Developer API & Industrial 3D Pipeline Integration.
Embed automated scene synthesis into game engines, virtual production stages, and web applications with our REST API, official SDKs, and open 3D format specs.
REST API // ENDPOINTS
Generate Scene Pack (POST /api/v1/packs)
# 1. 提交场景构想并指定灯光色温与管线格式
curl -X POST https://api.occasionpack.ai/v1/packs \
-H "Authorization: Bearer op_live_9f82kd0..." \
-H "Content-Type: application/json" \
-d '{
"prompt": "Alpine luxury cabin, fireplace embers, 4K PBR",
"lighting_rig": { "kelvin": 3200, "fog": 0.45 },
"export_formats": ["usdz", "gltf", "exr_pbr"],
"lod_levels": [0, 1, 2],
"webhook_url": "https://your-studio.com/hooks/render-ready"
}'
Key Request Parameters:
prompt: Text brief describing the scene occasionlighting_rig: Color temperature (Kelvin) & Fog densityexport_formats: Target delivery pipeline formats
PIPELINE SPECIFICATIONS
Industrial 3D Export Specifications
Native Universal Scene Description ready for RealityKit, Vision Pro, and Maya.
Draco-compressed web standard format with embedded Disney PBR shaders.
Optimized for Unreal 5.4 Nanite geometry and Lumen dynamic illumination.