Sign in

Create import upload

documented

Create an import task that enables browser-based file uploads to CloudConvert.

POST /v2/import/uploadImportsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.cloudconvert.com/v2/import/upload" \
  -X POST \
  -H "Authorization: Bearer {{CLOUDCONVERT_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"redirect": "{{$redirect_url}}"}'
Create import upload · CloudConvert · OpenIntegrations