Skip to main content
PUT
/
media
/
video
cURL
curl --request PUT \
  --url https://api.example.com/media/video \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>",
  "recipientId": "<string>"
}
'
"<unknown>"

Documentation Index

Fetch the complete documentation index at: https://opendonationassistant.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
url
string
required
recipientId
string
required

Response

200 - application/json

prepareVideo 200 response

The response is of type any.