cURL
curl --request POST \ --url https://convertly.sh/api/media/image-to-pdf \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form 'files=<string>' \ --form pageSize=auto \ --form 'sourceUrl=<string>' \ --form async=false \ --form files.items='@example-file'
{ "files": [ { "filename": "<string>", "mimeType": "<string>", "originalSize": 123, "finalSize": 123, "downloadUrl": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.convertly.sh/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.convertly.sh/llms.txt
Use this file to discover all available pages before exploring further.
Dashboard-generated Convertly API key.
auto
letter
a4
Remote image input. For multiple images, use multipart files.
true
false
Generated files or queued media tool job
Show child attributes