Get visual request status
GET/v1/visual/:request-id/status
Retrieve the current status and details of a visual request.
The status can be:
- pending: Request is queued for processing
- completed: Processing finished successfully, files are available
- failed: Processing failed due to an error
When status is "completed", the response includes generated_files array with download links and metadata.
Important: Both status and file URLs expire after 30 minutes from generation.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 410
- 500
Request status retrieved successfully
Invalid request ID format
Authentication required or invalid token
Access denied - request belongs to another user
Request not found
Request has expired and is no longer available
Internal server error