cURL
curl --request POST \ --url https://api.documind.xyz/run-job \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "file": "<string>", "schema": [ { "name": "<string>", "description": "<string>", "type": "<string>", "values": [ "<string>" ], "children": [ { "name": "<string>", "description": "<string>", "type": "<string>", "values": [ "<string>" ] } ] } ] }'
{ "id": "<string>", "createdAt": "<string>", "status": "<string>", "pages": 123, "fileName": "<string>", "result": "<string>", "urls": {} }
Show schema object
string
number
array
object
enum
boolean
Show child attributes
CREATED
null