Upload file
Upload a document for a Studio agent to process. Covers the multipart/form-data request, the file object returned (id, bytes, filename, purpose, created_at), and an example request and response.
Retrieve file
Look up one uploaded file by file_id. Covers the path parameter, the file object returned (id, bytes, filename, purpose, created_at), and an example request and response.