Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
https://smartsense-dev-api.nostello.com/api/v1/extractFieldsAsync
Authorization
curl --location 'https://smartsense-dev-api.nostello.com/api/v1/extractFieldsAsync' \ --header 'Authorization: api-key opt_ede920076469_M8M9wr6WnmlvM05iiz6Rqxlr9yG-X8WjItmmqzIp03A' \ --form 'file=@"[file path]"' \ --form 'templateName="[template name]"' \ --form 'filterName=""' \ --form 'documentSplitting="false"' \ --form 'returnDocuments="false"' \ --form 'returnText="false"' \ --form 'schemaChunking="auto"' \ --form 'password=""'
{ "success": true, "message": "Document processing started asynchronously.", "guid": "c296b01c-2527-48d5-a885-a2aa840b3a46" }