
Digital intelligence, connected.
VYNT turns authorized creator content into a semantic index, a knowledge graph and verifiable provenance records — then makes all of it queryable from a terminal, a dashboard and an API.
VYNT structures content you own or are authorized to index. It does not manipulate search engines or promise rankings.
INDEX
GRAPH
API
PROVENANCE
Platform
One pipeline from raw content to machine-readable intelligence
Six subsystems, one terminal. Each stage is inspectable, credited and logged.
Authorized ingestion
Connect your own TikTok, YouTube, Instagram, RSS, web and upload sources. Only content you're authorized to index enters the system.
Semantic analysis
Transcripts, captions, descriptions and on-screen text become topics, entities and relationships — structured, machine-readable metadata.
Knowledge graph
Every item links to the topics and entities it discusses, so cross-platform patterns become queryable instead of anecdotal.
Cryptographic provenance
SHA-256 content and metadata hashes produce a verifiable record that anyone can check, with optional public anchoring.
Command terminal
A developer-grade console for querying your catalogue: content, entities, topics, graph, provenance, usage and credits.
API and webhooks
Scoped test and live keys, signed webhook deliveries and usage metering so your own systems can consume the same intelligence.
VYNT Semantic Index
A score you can read the formula for
The semantic index is a transparent weighted score from 0 to 100. Every component is published, stored with the record, and recomputed when the content changes. It measures structure and metadata quality — not popularity, and not ranking potential.
Component weights
Provenance record
content_hash = SHA256(content_bytes)
metadata_hash = SHA256(canonical_json(metadata))
provenance_hash = SHA256(content_hash + metadata_hash
+ timestamp + source)Hashes are computed server-side over canonical JSON, stored with the record and independently verifiable at /verify.
Provenance
Verifiable records, not promises
Each indexed item receives a content hash, a metadata hash and a combined provenance hash. Anyone with a hash or VYNT ID can verify it — no account required. Public anchoring is optional and never stores personal data.
Developers
Built to be consumed by machines
Scoped keys, predictable JSON, credit metering on every call, and signed webhooks for pipeline events.
Request
curl https://api.vynt.dev/v1/analyze \
-H "Authorization: Bearer vynt_live_…" \
-H "Content-Type: application/json" \
-d '{"kind":"video","platform":"youtube",
"url":"https://youtube.com/watch?v=…"}'Response shape
{
"vynt_id": "vynt_vid_…",
"semantic_index": 0-100,
"index_components": { … },
"topics": [ … ],
"entities": [ { "name", "type", "confidence" } ],
"provenance": { "provenance_hash", "status" },
"credits_used": 5,
"request_id": "vynt_req_…"
}Pricing
Credits, metered per operation
Every plan uses the same credit ledger. Analysis cost depends on the work performed, and balances can never go negative.
Free
$0/mo
30 credits
Explore the terminal and index a first batch of content.
Creator
$19/mo
500 credits
For individual creators structuring their own catalogue.
Pro
$50/mo
2,000 credits
For teams running continuous semantic indexing.
Business
$150/mo
10,000 credits
For platforms and agencies operating at volume.
Start indexing your own catalogue.
Free accounts include 30 credits, the full terminal, the knowledge graph and test API keys.