entit.ai

// FOR AGENTS · §08

Built for autonomous agents.

REST + x402. Designed to be discovered, called, and paid for by software — not humans clicking dashboards.

// BENEFITS

01

No accounts or API keys

Pay per call with x402. Agents authenticate via payment, not long-lived secrets they have to rotate.

02

Machine-readable output

Stable JSON: default VideoAnalysis (transcript, scenes, visuals) or 24 workflow formats via optional format on submit. Typed fields per template — recipes, briefs, screening, and more.

03

Instant cache hits

Previously analyzed videos return immediately for the same URL and format. Generic and workflow caches are separate — switching format is a new paid run.

04

Free polling

Submit once (paid), then poll GET /v1/jobs/{jobId} at no cost until status: success.

Integration flow

01Discover

Find entit.ai on agentic.market or in the x402 directory.

02Construct payment

Build an x402 'exact' payment for POST https://api.entit.ai/v1/jobs ($0.10 USDC on Base or Solana mainnet). Pick Base or Solana from the 402 accept list.

03Submit

POST {"url":"...","format":"creator-brief"} (format optional) with X-Payment. Server returns 202 + jobId, or 200 + typed result on a cache hit.

04Poll

GET /v1/jobs/{jobId} every 5+ seconds, honoring Retry-After. Stop on success / failed / 410.

05Consume

Parse result: VideoAnalysis when format is omitted, or workflow JSON (hooks, screening, recipe) when format is set. Echo format on every response.

Workflow formats (24)

Add "format": "<slug>" to POST /v1/jobs. Responses echo format and return workflow-specific JSON instead of VideoAnalysis. Map user questions to a slug — e.g. cooking Short → recipe.

VerticalPurpose
Brandcontent-screeningBrand safety, UGC compliance, ad-placement suitability
Brandcreator-briefHooks, angle, key moments, influencer vetting
FoodrecipeIngredients and steps from cooking clips
Contenttutorial-guideHow-to videos → written guide / FAQ
Contentquote-highlightsShareable quotes and highlight moments
E-commerceproduct-taggingProducts shown with search queries
E-commerceshop-the-lookFashion items and outfit search queries
E-commercereview-summaryPros/cons from product review videos
Healthworkout-planExercises with sets, reps, rest
Healthhealth-claimsMedical claims flagged for fact-checking
EducationflashcardsStudy flashcards from educational content
Educationcurriculum-tagsSubject, difficulty, learning objectives
Educationlanguage-learningPhrases, vocabulary, grammar patterns
Newsugc-verificationScene/location hints for citizen journalism checks
Newsbreaking-news-signalNewsworthiness signal from one clip
Newseyewitness-timelineStructured timeline of factual claims
Musicsong-contextBackground music / performance for licensing
Musiclyric-hookLip-sync, hooks, rights notes
Musicsound-trendAudio description and viral potential
Sportstechnique-analysisCoaching cues for technique clips
Sportshighlight-reelAction-dense clip timestamps
Sportsscouting-reportAthlete performance notes for coaches
Traveldestination-guideItinerary, tips, costs from travel vlogs
Travelrestaurant-discoveryDishes, prices, atmosphere from food reviews

Limitations

Set expectations on every agent surface. Mirrored verbatim in /llms.txt.

Natural language → format

When users ask in plain language, pick the closest slug. Also listed in /llms.txt.

// MCP NOTE

This is the REST x402 API. MCP registry listings on agenticmarket.dev are separate from x402 REST services on agentic.market.