Skip to content

Environments

Available

These endpoints are live for public API keys.

See Generation styles for the list of built-in genStyleId values.

Text-to-skybox

POST /jobs/text-to-worldbox
Content-Type: application/json
FieldTypeRequiredDefaultNotes
promptstringyes-Description of the 360-degree environment. Up to 4096 characters.
genStyleIdstringno"Auto"A generation style ID.
apiVersionintegerno1Only 1 exists today.

Skybox from image

Upload the source with POST /jobs/image-upload, then pass its job ID here.

POST /jobs/skybox-from-image
Content-Type: application/json
FieldTypeRequiredNotes
imageJobIdstringyesID returned by the image upload endpoint.
promptstringnoInstructions for expanding the source into a 360-degree environment.
genStyleIdstringnoA generation style ID.

Edit skybox

POST /jobs/skybox-edit
Content-Type: application/json
FieldTypeRequiredNotes
jobIdstringyesSource skybox job owned by the caller.
promptstringyesInstructions for the edit.
genStyleIdstringnoA generation style ID.