Skip to main content

Documentation Index

Fetch the complete documentation index at: https://help.opus.pro/llms.txt

Use this file to discover all available pages before exploring further.

status
enum<string>
required

The job status.

Available options:
QUEUED,
PROCESSING,
CONCLUDED,
FAILED,
UNKNOWN
result
object

Present when status is CONCLUDED and the job produced output.

progress
object

Present while the job is QUEUED or PROCESSING, and on CONCLUDED as a final snapshot.

error
object

Present when status is FAILED or when result extraction failed for a CONCLUDED job.