Skip to main content
POST
/
v1
/
upload
Upload file
curl --request POST \
  --url https://api.vidjutsu.ai/v1/upload \
  --header 'Content-Type: */*' \
  --data '"<string>"'
{
  "id": "<string>",
  "url": "<string>",
  "clientId": "<string>"
}

Body

*/*

The body is of type file.

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