curl --request POST \
--url https://platform.kodexa.ai/api/intake/{orgSlug}/{intakeSlug}/multipart-upload-request \
--header 'x-api-key: <api-key>'{
"expiresAt": "2023-11-07T05:31:56Z",
"s3Key": "<string>",
"uploadId": "<string>"
}Initiates an S3 multipart upload session for a large file delivered via intake.
curl --request POST \
--url https://platform.kodexa.ai/api/intake/{orgSlug}/{intakeSlug}/multipart-upload-request \
--header 'x-api-key: <api-key>'{
"expiresAt": "2023-11-07T05:31:56Z",
"s3Key": "<string>",
"uploadId": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://developer.kodexa.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Optional target path/filename hint.
MIME type of the upload.
Total content length in bytes.