cURL
curl --request POST \ --url https://api.vidjutsu.ai/v1/upload/url \ --header 'Content-Type: application/json' \ --data ' { "sourceUrl": "<string>", "contentType": "<string>" } '
{ "id": "<string>", "url": "<string>", "clientId": "<string>" }
The request has succeeded and a new resource has been created as a result.