Mint a signed URL for uploading a file into an upload session.
uploads.signed_urlGenerate a signed URL to upload a file into an existing upload session. Provide the file name and upload ID for a temporary, secure URL.
Instructions
Mint a signed URL for uploading a file into an upload session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x-api-key | No | ||
| content_type | No | application/octet-stream | |
| file_name | Yes | ||
| upload_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_path | Yes | ||
| upload_url | Yes |