API Reference
Create Video by url
POST

/videos/video

Authentication*
curl --request POST \
  --url https://api.gotolstoy.com/videos/video \
  --header 'Authentication: <authentication>'

Parameters

curl -X POST https://api.gotolstoy.com/videos/video \
  --header 'Authorization: Bearer <API_KEY>'
{
  "id": "7ea4e34c-8185-4f9f-a835-d1d3b05c54e6",
}