Upload a file to an extraction table to create a new row associated with it. This doesn’t start an extraction run - use the /run endpoint to start processing the file after uploading.
Documentation Index
Fetch the complete documentation index at: https://docs.cloudsquid.io/llms.txt
Use this file to discover all available pages before exploring further.
row_id to start a run, then poll for results.For a single blocking call that handles everything, see synchronous extraction.row_id is required for all subsequent operations on this file.
row_id to POST /run to start extraction.The name of the project
The ID of the table
the mimetype of the document being uploaded
application/pdf, application/json, image/jpg, image/jpeg, image/png, text/csv, text/plain, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel, video/mp4, audio/mp3, audio/wav, audio/ogg, multipart/related, message/rfc822 the name of the file being uploaded
Indicates whether the file is a binary upload or a signed link to the document.
uri, binary, multipart A signed URL to the file.
Created extraction job for the uploaded file
the extraction row created for the uploaded file