Endpoints
jobs
Was this page helpful?
Poll an API-created media job and retrieve signed output URLs when it is ready.
GET
/api/v1/jobs/{id}
Get job status
Limited to 120 requests per minute per key. Image creditsCharged is net of refunds.
Authentication: Bearer API key required
curl "https://reviral.ai/api/v1/jobs/$JOB_ID" \
-H "Authorization: Bearer $REVIRAL_API_KEY"Responses
- 200
- Owned API job
- 401
- Key is missing, revoked, or invalid
- 404
- Job is not owned or does not exist
- 429
- Too many requests
- 502
- Job status could not be checked
- 503
- Models or rate limiting are temporarily unavailable