Edit a panorama and return the updated panorama
POST/v1/panoramas/edit
Fetches the panorama behind the source (a request_id / world_id you created, or a panorama_id from a previous edit), applies the prompt + optional reference images, and returns the new panorama. Iterate by passing the returned panorama_id back in as the source; create a world from the final panorama via POST /v1/worlds with input { type: "panorama_id" }.
Request
Responses
- 200
- 400
- 401
- 402
- 403
- 404
- 409
- 410
- 429
Edited panorama
Invalid request
Unauthorized
Insufficient credits
Moderation rejected
Source not found
Source world is not ready yet
Source panorama has expired
Rate limit exceeded