Sign in

Upload input media

documented

Upload a source media or resource file to be used in an order.

POST /api/v1/inputsInputsno 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.rev.com/api/v1/inputs" \\\n  -X POST \\\n  -H \"Authorization: Rev {{REV_API_KEY}}:{{REV_API_USER_KEY}}\" \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Accept: application/json\" \\\n  -d '{\"content_type\": \"{{$content_type}}\", \"filename\": \"{{$filename}}\", \"url\": \"{{$url}}\"}'
Upload input media · Rev · OpenIntegrations