Skip to main content

GET /generate/

This endpoint returns the current status of a generation job. Use this to check the progress of an ongoing generation or retrieve details of a completed job.

Path Parameters

string
required
The ID of the generation job to check.

Response

string
The unique identifier for the generation job.
string
The ID of the site being generated.
string
The current status: pending, processing, completed, or failed.
number
The progress percentage (0-100).
string
The URL for which the file was generated.
object
The generation options used.
string
URL to access the generated file (when completed).
string
URL to access the full-text version (when completed).
string
Error message if the job failed.
string
ISO 8601 timestamp of job creation.
string
ISO 8601 timestamp of job completion.