Skip to main content
POST
/
api
/
ingest
/
detect
Detect Content
curl --request POST \
  --url https://api.example.com/api/ingest/detect
{
  "content_type": "youtube",
  "metadata": {},
  "title": "<string>"
}

Query Parameters

url
string
required
Minimum string length: 1

Response

Successful Response

Result of content type detection.

content_type
enum<string>
required

Type of content being ingested.

Available options:
youtube,
article,
pdf,
markdown,
text
metadata
Metadata · object
title
string | null