Skip to main content
POST
/
source
/
v1
/
api
/
youtube
Ingest a YouTube video
curl --request POST \
  --url https://app.skimming.ai/back/source/v1/api/youtube \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "source": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
}
'
{
  "success": false,
  "error": {},
  "message": {
    "content": "Invalid request parameters",
    "displayContent": true
  }
}

Authorizations

Authorization
string
header
required

Bearer token authentication using an API key

Body

application/json
source
string<uri>
required

YouTube video URL

Example:

"https://www.youtube.com/watch?v=dQw4w9WgXcQ"

Response

YouTube video ingested successfully