Get the presigned data for file upload
GET
/api/v0/upload-data- Query parameters:
Allowed values:
zip- Example request:
- BashCopied to clipboard
curl https://app.cloudcannon.com/api/v0/upload-data \ -H "X-API-KEY: <your-api-key>" - Responses:
200OK
JSONCopied to clipboard{ "prefix": "string", "url": "string", "fields": {} }403Forbidden
JSONCopied to clipboard{ "error": "string" }422Unprocessable
JSONCopied to clipboard{ "errors": {} }