Appearance
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| Field | Type | Required | Default | Notes |
|---|---|---|---|---|
prompt | string | yes | - | Description of the 360-degree environment. Up to 4096 characters. |
genStyleId | string | no | "Auto" | A generation style ID. |
apiVersion | integer | no | 1 | Only 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| Field | Type | Required | Notes |
|---|---|---|---|
imageJobId | string | yes | ID returned by the image upload endpoint. |
prompt | string | no | Instructions for expanding the source into a 360-degree environment. |
genStyleId | string | no | A generation style ID. |
Edit skybox
POST /jobs/skybox-edit
Content-Type: application/json| Field | Type | Required | Notes |
|---|---|---|---|
jobId | string | yes | Source skybox job owned by the caller. |
prompt | string | yes | Instructions for the edit. |
genStyleId | string | no | A generation style ID. |