cURL
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>" } ] }
Converts uploaded files to PDF format. Supports common document formats.
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?