/status reads the generation’s current state from estudjo’s own record — it does not call the AI provider live. The typical response time is instant.
GET https://v1.api.estudjo.com/status?taskId=TASK_ID
string
required
Your estudjo API key.
Query parameters
string
required
The
task_id returned by POST /generate.Example request
Response
Thestatus field progresses through three possible states. The shape of data differs by state.
- Pending
- Completed
- Failed
The generation is still running. Continue polling.
boolean
true whenever the API call itself succeeded, regardless of generation outcome.object