latestOpenAPI 3.0.02026-08-216686147.9 KB
6f6009a58cdd
sheets
Export a Sheet
post/v1/sheets/{uuid}/export
Path parameters
uuidstring uuid required
The UUID of the Sheet to export
Response
The exported Sheet file metadata and download URL
Example response
{
"data": {
"name": "Board of Directors.docx",
"size": 137437,
"mime_type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
"url": "https://example.com/document.docx",
"url_expiration": "2023-01-01T12:30:00.000Z",
"uuid": "123e4567-e89b-12d3-a456-426614174000"
}
}