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.
Create File Upload URL mutation.
createFileUploadUrl
createFileUploadUrl(input: CreateFileUploadUrlInput!): CreateFileUploadUrlPayload!
mutation CreateFileUploadURL($input: CreateFileUploadUrlInput!) { createFileUploadUrl(input: $input) { filePath fileUploadUrl } }
{ "input": { "filePath": "" } }