Authorizations
The API key to authenticate requests provided by Roastify. A Base or Pro plan is required to use the API.
Headers
The idempotency key to use for the request (V4 UUID recommended)
Example:
"123e4567-e89b-12d3-a456-426614174000"
Body
application/json
Response
Artwork generation job started successfully
The job ID for tracking artwork generation progress
Example:
"run_01234567890abcdef"
The current status of the artwork generation job
Available options:
PENDING_VERSION
, WAITING_FOR_DEPLOY
, QUEUED
, EXECUTING
, REATTEMPTING
, FROZEN
, COMPLETED
, CANCELED
, FAILED
, CRASHED
, INTERRUPTED
, SYSTEM_FAILURE
, DELAYED
, EXPIRED
, TIMED_OUT
Example:
"QUEUED"