Skip to main content
POST
/
shadingscenes
Create Shading Scene
curl --request POST \
  --url https://api.example.com/shadingscenes

POST /shadingscenes

Use this endpoint when your client already has normalized scene geometry and metadata.

Notes

  • The canonical request body is ShadingSceneCreateRequest.
  • Successful requests queue shading work and return task context alongside the created scene resource.