API Documentation
API Overview
Our REST API allows you to convert files programmatically. You can use it to:
- Convert documents between different formats (PDF, DOCX, etc.)
- Convert images to various formats
- Convert audio files
- Get conversion status and results
Base URL
https://nuc.tail03203e.ts.net
Authentication
To use the API, you need to authenticate using your API key. Include it in the header of each request:
X-API-Key: your-api-key-here
Example Request
curl -X POST "https://nuc.tail03203e.ts.net/api/conversion"
-H "X-API-Key: your-api-key-here"
-H "Content-Type: multipart/form-data"
-F "file=document.docx"
-F "outputFormat=pdf"