Poll this endpoint after submitting a task. Keep polling until ready=true.
| Field | Description |
|---|---|
task_id | Task identifier |
status | pending | processing | completed | failed | timeout | cancelled |
ready | true once the task is finished — check data for the result |
data | Model output (present only when status=completed) |
elapsed_ms | Total processing time in milliseconds |
error_code | Error code (present only on failure) |
error_message | Human-readable error (present only on failure) |
Documentation Index
Fetch the complete documentation index at: https://docs.mountsea.ai/llms.txt
Use this file to discover all available pages before exploring further.