cURL
curl --request POST \ --url https://app.skimming.ai/back/source/v1/api/parse/youtube \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "source": "<string>", "parse": true } '
{ "success": false, "error": {}, "message": { "content": "Invalid API key", "displayContent": true } }
Runs the standard source ingest pipeline and saves a file record. Clients typically send parse: true in the body for compatibility.
parse: true
Bearer token authentication using an API key
YouTube URL
Parse mode flag (accepted for client compatibility)
File ingested successfully