cURL
curl --request POST \ --url https://api.documind.xyz/format \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "file": "<string>", "format": {} }'
{ "id": "<string>", "createdAt": "<string>", "status": "<string>", "pages": 123, "fileName": "<string>", "type": "<string>", "formats": {} }
text
markdown