Operation details
Playground
Query
query.graphql
Variables
variables.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Generate a signed URL for file upload
| Field | Value |
|---|---|
| Name | createUploadUrl |
| Group | Uploads |
| Type | Mutation |
| Signature | createUploadUrl(input: GetUploadUrlInput!): UploadUrlPayload! |
mutation CreateUploadURL($input: GetUploadUrlInput!) {
createUploadUrl(input: $input) {
error
filePath
fileUploadUrl
requiredHeaders
uploadId
}
}
{
"input": {
"filePath": "",
"size": 0
}
}