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.
Get a signed URL for downloading a file (30min for private, 24h for public)
getUploadSignedUrl
getUploadSignedUrl(input: GetUploadSignedUrlInput!): SignedUrlPayload!
query GetUploadSignedURL($input: GetUploadSignedUrlInput!) { getUploadSignedUrl(input: $input) { error expiresAt signedUrl } }
{ "input": { "projectId": "", "filePath": "" } }