Sign in

Create import from URL

documented

Create an import task by downloading a file from a URL.

POST /v2/import/urlImportsno 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/url" \
  -X POST \
  -H "Authorization: Bearer {{CLOUDCONVERT_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"url": "{{$url}}", "filename": "{{$filename}}", "headers": {"Authorization": "Bearer {{$download_token}}"}}'
Create import from URL · CloudConvert · OpenIntegrations