Get a presigned URL for direct file upload to cloud storage.
Documentation Index
Fetch the complete documentation index at: https://docs.raydocs.com/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Required | Description |
|---|---|---|---|
content_type | string | Yes | MIME type of the file (application/pdf, image/png, image/jpeg) |
visibility | string | No | Storage visibility (default: private) |
| Type | Content-Type |
|---|---|
application/pdf | |
| PNG | image/png |
| JPEG | image/jpeg |
200 OK – Signed URL details.
| Field | Type | Description |
|---|---|---|
url | string | Presigned S3 URL for file upload |
key | string | File key to use in subsequent API calls |
headers | object | Additional headers to include in upload request |