Upload Documents via API | AccessibleDocs Developer Guide

Uploading Documents via API

📤 Upload Documents Directly From Your Platform

Use the File Upload API to submit files for accessibility processing from your own system or app.


🔹 Upload Endpoint

POST /v1/external/user/files

📦 Request Body Example:

request body example

📝 Fields Explained:

  • name, size, and mime are required

  • tags and comments are optional

  • purchaseOrderId can be added if uploading under a purchase order

  • excludeWatermark lets you skip the accessibility icon if allowed


✅ Response Example:

response example

Finally, in order to upload the file you will need toget the Upload URL from the previous API and then upload file to it.