๐คUpload Private Files
Before You Begin
Step 1: Upload the File
curl -X POST "https://api.autocontentapi.com/files" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-F "file=@/absolute/path/to/report.pdf"Step 2: List Uploaded Files
curl -X GET "https://api.autocontentapi.com/files" \
-H "Authorization: Bearer YOUR_API_TOKEN"Step 3: Use the File ID in a Document Request
Step 4: Delete a File You No Longer Need
Tips
Related Endpoints
What's Next?
Last updated