Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{ "input": "https://example.com/document.docx" }
curl -X POST https://api.ringbee.dev/v1/document/doc-to-pdf \ -H "X-API-Key: YOUR_API_KEY" \ -F "file=@document.docx"
{ "id": "job_abc123", "status": "pending" }
{ "error": "<string>"}
Convert office documents (DOCX, XLSX, PPTX, ODT, ODS, ODP) to PDF
Input file URL
URL to receive job completion notification
Job accepted
"job_abc123"
pending
processing
completed
failed
cancelled
"pending"