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