Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
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
createUploadUrl
createUploadUrl(input: GetUploadUrlInput!): UploadUrlPayload!
mutation CreateUploadURL($input: GetUploadUrlInput!) { createUploadUrl(input: $input) { error filePath fileUploadUrl requiredHeaders uploadId } }
{ "input": { "projectId": "", "filePath": "", "size": 0 } }