Last updated 9 months ago
Was this helpful?
Space index to which docs belong
curl -L \ --url '/api/documents' \ --header 'Authorization: Bearer JWT'
{ "documents": [ "text" ] }
curl -L \ --url '/api/documents/{documentIndex}' \ --header 'Authorization: Bearer JWT'
{ "name": "text", "documentIndex": "text", "routineIndex": {}, "description": "text", "pages": [ "text" ], "zones": [ "text" ] }