Create from a YouTube Video
curl -X POST "https://api.autocontentapi.com/content/Create" \
-H "accept: application/json" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"outputType": "video",
"resources": [
{ "type": "youtube", "content": "https://www.youtube.com/watch?v=VIDEO_ID" }
],
"text": "Share the top lessons and include relevant quotes."
}'Try it in code
Last updated