Lists the available file formats for exporting a design.
<Note> The available export formats depend on the design type and the types of pages in the design. Each format includes the page numbers that support it. If a format is supported by every page in the design, its `page_numbers` are omitted. </Note>Path parameters
The design ID.
Response
OK
Example response
{
"formats": {
"pdf": {
"page_numbers": [
1,
2,
3
]
},
"jpg": {
"page_numbers": [
1,
2,
3
]
},
"png": {
"page_numbers": [
1,
2,
3
]
},
"svg": {
"page_numbers": [
1,
2,
3
]
},
"pptx": {
"page_numbers": [
1,
2,
3
]
},
"gif": {
"page_numbers": [
1,
2,
3
]
},
"mp4": {
"page_numbers": [
1,
2,
3
]
},
"html_bundle": {
"page_numbers": [
1,
2,
3
]
},
"html_standalone": {
"page_numbers": [
1,
2,
3
]
},
"csv": {
"page_numbers": [
1,
2,
3
]
}
}
}Changes
Changed in 3 of the 8 revisions of this API.92
- ●
added the new
design_generation_rejectedenum value to thecoderesponse property for the response status403response-property-enum-value-added
- ●
added the new
design_generation_rejectedenum value to thecoderesponse property for the response status404response-property-enum-value-added
- ●
added the new
design_generation_rejectedenum value to thecoderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
- ●
added the new
domain_restrictedenum value to thecoderesponse property for the response status403response-property-enum-value-added
- ●
added the new
domain_restrictedenum value to thecoderesponse property for the response status404response-property-enum-value-added
- ●
added the new
domain_restrictedenum value to thecoderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
user_already_memberenum value to thecoderesponse property for the response status403response-property-enum-value-added
- ●
added the new
user_already_memberenum value to thecoderesponse property for the response status404response-property-enum-value-added
- ●
added the new
user_already_memberenum value to thecoderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○