Skip to main content
POST
/
api
/
pdf-converter
Convert file to PDF
curl --request POST \
  --url https://api.example.com/api/pdf-converter \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Body

multipart/form-data
file
file
required

Response

Successful Response