Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Array of file URLs to process
Example:
{
"url": "https://example.com/document.pdf",
"filename": "document.pdf"
}