Start an HTML export
POST/experiences/:experienceResourceId/export-html
Queues a background job that renders the experience to a self-contained HTML archive and returns the jobId to poll with GET /experiences/{experienceResourceId}/export-html/{jobId}. Responds 202 as soon as the job is queued, indicating that the archive is not yet ready. Responds 404 when the experience does not exist or the caller lacks export access to it. API key callers are limited to 10 requests per minute per account, after which the endpoint responds 429 with a Retry-After header.
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 429