Skip to main content
POST
/
v1
/
upload
/
url
Upload from URL
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>"
}

Body

application/json
sourceUrl
string
required
contentType
string

Response

201 - application/json

The request has succeeded and a new resource has been created as a result.

id
string
required
url
string
required
clientId
string
required