โ–ถ๏ธCreate from a YouTube Video

Summarize or react to a YouTube video by sending its watch URL as a youtube resource.

curl -X POST "https://api.autocontentapi.com/content/Create" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "outputType": "audio",
    "resources": [
      { "type": "youtube", "content": "https://www.youtube.com/watch?v=VIDEO_ID" }
    ],
    "text": "Share the top lessons and include relevant quotes."
  }'

Tips

  • Use playlists or multiple video URLs for panel-style recaps.

  • Provide timestamps in your text instructions to spotlight specific moments.

Try it in code

Last updated