Check the status of an artwork generation job using the job ID returned from the create endpoint.
The API key to authenticate requests provided by Roastify. A Base or Pro plan is required to use the API.
The job ID returned from the create artwork endpoint
"run_01234567890abcdef"
Artwork generation status retrieved successfully
The job ID
"run_01234567890abcdef"
The current status of the job
PENDING_VERSION, WAITING_FOR_DEPLOY, QUEUED, EXECUTING, REATTEMPTING, FROZEN, COMPLETED, CANCELED, FAILED, CRASHED, INTERRUPTED, SYSTEM_FAILURE, DELAYED, EXPIRED, TIMED_OUT "COMPLETED"
The URL of the generated artwork (only present when status is COMPLETED)
"https://roastify-artwork.s3.us-east-1.amazonaws.com/outreach/01_artwork/1716537600000.jpeg"
Error message (only present when status is FAILED)
"Failed to generate artwork"