Upload input media
documentedUpload a source media or resource file to be used in an order.
POST /api/v1/inputsInputsno implementation yet0 runsNo 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}}\"}'