curl --request POST \
--url https://api.example.com/api/ingest/detect{
"content_type": "youtube",
"metadata": {},
"title": "<string>"
}Auto-detect content type from URL.
curl --request POST \
--url https://api.example.com/api/ingest/detect{
"content_type": "youtube",
"metadata": {},
"title": "<string>"
}