Skip to main content

Documentation Index

Fetch the complete documentation index at: https://dev.contentify.app/llms.txt

Use this file to discover all available pages before exploring further.

title
string
This is the title or topic of your article or page for which you want to find a relevant YouTube video.

Response

youtube_embed
string
This is the HTML embed code for the relevant YouTube video.
curl -X POST \
<BASE_URL>/find-youtube-video \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY' \
-d '{
"title": "Introduction to Machine Learning"
}'

{
    "youtube_embed": "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/VIDEO_ID\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>"
}