nexus_request_media_upload_url
Obtain a presigned URL to upload media files; the response provides a URL and UUID, allowing you to upload the file and later reference it.
Instructions
Request a presigned URL for uploading media (v2 GraphQL).
Returns: JSON {url, uuid}. Upload the file to url, then reference the uuid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | No | File name including extension. | |
| mime_type | No | MIME type. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |