post https://app.docupanda.io/split
Split a document into multiple documents intelligently using AI. If no splitting is needed, no new documents will be created. Otherwise, the new sub-documents will be automatically generated.
Responses
Split a document into multiple documents intelligently using AI. If no splitting is needed, no new documents will be created. Otherwise, the new sub-documents will be automatically generated.
xxxxxxxxxx
curl --request POST \
--url https://app.docupanda.io/split \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"jobId": "string",
"timestamp": "2025-04-13T19:04:05.791Z",
"success": true
}