Skip to main content

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

Request status retrieved successfully