Integrate file conversion into your applications.
Convert a file to a specific format.
file: The file to convert (Multipart/Form-Data)format: Target format (e.g., pdf, jpg, docx)curl -X POST https://zfile.cloud/api/convert \ -F "file=@document.docx" \ -F "format=pdf"
{
"status": "success",
"downloadUrl": "https://zfile.cloud/downloads/converted_file.pdf"
}
Get a list of all supported input and output formats.
{
"images": ["jpg", "png", "webp", "gif"],
"documents": ["pdf", "docx", "txt", "html"],
"limit": "1GB"
}
To use our API in production, you need an API Key. Sign up for a Pro account to generate your key.
View Pricing