POST
/
v1
/
documents
/
pptx
curl --request POST \
  --url https://api.flashdocs.ai/v1/documents/pptx \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form document_type=template \
  --form 'name=Presentation Name' \
  --form 'description=Add presentation description here...' \
  --form reset_text_boxes=false
{
  "success": true,
  "document_id": "abc-defghi-1234-5"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

multipart/form-data

Response

200
application/json

Document uploaded successfully

The response is of type any.