v1

latestOpenAPI 3.0.22026-07-173834119.9 KB
Chunking

Get Chunk Job Results

Endpoint to Get Chunk Job Results

This endpoint returns the presigned URL for the chunked file associated with a chunking job.


Request Body

FieldTypeDescription
chunking_job_idstrThe ID of the chunking job.
file_namestrThe name of the file.

Response Body

FieldTypeDescription
file_namestrThe name of the file.
chunk_file_urlstrThe presigned URL for the chunked file.

Errors

  • 404: If the job ID or file name is not found.
  • 500: If any other error occurs during the retrieval of the chunked file.
post/document/chunking/chunk_file_url

Request body

chunking_job_idstring required
file_namestring required

Response

Successful Response

{"stackTrail":"paths:/document/chunking/chunk_file_url:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}