POST /gammas/{gammaId}/export
Start an asynchronous export of an existing Gamma to PDF, PPTX, or PNG.
Authorizations
X-API-KEYstringRequired
API key for authentication
Path parameters
gammaIdstringRequiredExample:
The ID of the Gamma to export — accepts a gamma (file) ID or a page/doc ID (the id in a gamma.app/docs/ URL).
gamma_abc123Body
exportAsstring · enumRequiredExample:
File format to export the Gamma to.
pdfPossible values: Responses
200
Export job created successfully
application/json
exportIdstringRequiredExample:
Unique identifier for the export job. Poll GET /v1.0/exports/:id with it.
abc123xyz400
Invalid request parameters
401
Invalid or missing API key
403
Feature not available for workspace
404
Gamma not found
post/v1.0/gammas/{gammaId}/export
Related
Last updated
Was this helpful?