Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 1.9 KB

File metadata and controls

9 lines (6 loc) · 1.9 KB

UploadResultSchema

Fields

Field Type Required Description
url str ✔️ Presigned URL for file upload. Make a PUT request to this URL with the file content and the Content-Type header.
key str ✔️ Key of the file in the storage. You'll send this in the MANAGED_FILE payload when creating an ingest job.