Get the Status of the generated image and final response
Get the Status of the generated image and final response
GET https://eranol.com/api/v1/image/status/{job_id}
{
"job_id": "68d8df-a174-45ca-93ea-3738c1d",
"status": "completed",
"result_url": "https://eranol.com/api/image/file/6cc8d8df-a174-45ca-93ea-23424.png"
}
| Code | Meaning |
|---|---|
401 | Missing or invalid API key |
402 | Insufficient credits |
422 | Validation error — check your request body |
429 | Rate limit exceeded — slow down requests |
500 | Internal server error — try again or contact support |