io.github.Karniej/vidnotes
NPM · @VIDNOTES/MCP-SERVER · SCANNED AUG 3
Turn any video into transcripts, summaries, chapters, and comparisons for your AI agent.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 17 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability63
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 4497 tokens (~204/item across 22 items; 22 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @vidnotes/mcp-server
claude mcp add karniej-vidnotes -- npx -y @vidnotes/mcp-server
codex mcp add karniej-vidnotes -- npx -y @vidnotes/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"karniej-vidnotes": {
"type": "local",
"command": [
"npx",
"-y",
"@vidnotes/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add karniej-vidnotes --command npx --arg -y --arg @vidnotes/mcp-server
mcp_servers:
karniej-vidnotes:
command: "npx"
args: ["-y", "@vidnotes/mcp-server"] {
"mcpServers": {
"karniej-vidnotes": {
"command": "npx",
"args": [
"-y",
"@vidnotes/mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +25
- Install scripts: pass → unverified ▼ security
- Provenance: fail → unverified ▼ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Maintenance: pass → unverified ▼ functional
- License: pass → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Licence: MIT functional
- 1 Aug 26 −10
- Known CVEs: partial → unverified ▼ security
- Dependency health: partial → unverified ▼ functional
- 31 Jul 26 +41
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −66
- Known CVEs: partial → unverified ▼ security
- Malware scan: pass → unverified ▼ security
- Provenance: fail → unverified ▼ security
- Install scripts: pass → unverified ▼ security
- License: pass → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- Maintenance: pass → unverified ▼ functional
- Licence: MIT functional
- 29 Jul 26 +50
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Security disclosure: unverified → fail ▼ functional
- Maintenance: unverified → pass ▲ functional
- License: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- Schema quality: unverified → excellent ▲ functional
- Licence: MIT functional
- 28 Jul 26 −17
- Security disclosure: fail → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 43
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@vidnotes/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 96 packages
96 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
vidnotes_ask_video ~215
Ask a question about one video, saved project, or transcript source and get an answer grounded in that source through VidNotes.
| Name | Type | Req | Description |
|---|---|---|---|
| asyncJob | boolean | — | Queue the ask as an async VidNotes job instead of waiting for completion. |
| idempotencyKey | string | — | Optional idempotency key for async job reuse. If provided, it must not be blank. |
| language | string | — | Preferred answer language. Must not be blank. |
| projectId | string | — | Existing VidNotes project/note id to ask about. If provided, it must not be blank. |
| question | string | yes | Question to ask about the video source. Must not be blank. |
| segments | array | — | Optional timed transcript segments for transcriptText or projectId sources. |
| timeoutMs | number | — | Optional per-request timeout in milliseconds. |
| transcriptText | string | — | Raw transcript text to ask about. If provided, it must not be blank. |
| url | string | — | Public video URL to ask about. |
No output schema declared.
No examples provided.
vidnotes_compare_videos ~107
Compare two to ten videos, saved projects, or transcript inputs and identify shared topics, overlapping arguments, and unique angles.
| Name | Type | Req | Description |
|---|---|---|---|
| language | string | — | Preferred transcript/summary language. Must not be blank. |
| sources | array | yes | Two to ten video, project, or transcript sources to compare. |
| summaryLength | string | — | Summary length: concise, standard, or detailed. Must not be blank. |
| timeoutMs | number | — | Optional per-request timeout in milliseconds. |
No output schema declared.
No examples provided.
vidnotes_create_api_key ~89
Create a VidNotes platform API key for the authenticated account. Requires VIDNOTES_AUTH_TOKEN; when using a configured vnp_ key, the token must belong to the same account.
| Name | Type | Req | Description |
|---|---|---|---|
| label | string | yes | Required human-readable label for the new platform API key. Maximum 80 characters. Must not be blank. |
| timeoutMs | number | — | Optional per-request timeout in milliseconds. |
No output schema declared.
No examples provided.
vidnotes_create_note ~281
Analyze a video, saved project, or transcript and save the result as a VidNotes note. Requires an account-scoped vnp_ platform key or VIDNOTES_AUTH_TOKEN with a legacy key.
| Name | Type | Req | Description |
|---|---|---|---|
| author | string | — | Optional source author or channel name. If provided, it must not be blank. |
| durationSeconds | number | — | Optional source duration in seconds. |
| includeTranscriptSegments | boolean | — | Set false to omit timed segments from transcript responses. |
| language | string | — | Preferred transcript/summary language. Must not be blank. |
| projectId | string | — | Existing VidNotes project/note id to analyze and save. If provided, it must not be blank. |
| publishedAt | string | — | Optional source publish date/time. If provided, it must not be blank. |
| segments | array | — | Optional timed transcript segments for transcriptText or projectId sources. |
| summaryLength | string | — | Summary length: concise, standard, or detailed. Must not be blank. |
| timeoutMs | number | — | Optional per-request timeout in milliseconds. |
| title | string | — | Optional source title. If provided, it must not be blank. |
| transcriptText | string | — | Raw transcript text to analyze and save. If provided, it must not be blank. |
| url | string | — | Public video URL to analyze and save. |
No output schema declared.
No examples provided.
vidnotes_doctor ~62
Check VidNotes MCP configuration, auth readiness, and optional backend reachability without analyzing a video.
| Name | Type | Req | Description |
|---|---|---|---|
| noApi | boolean | — | Skip backend reachability check and only inspect local MCP configuration. |
| timeoutMs | number | — | Optional per-request timeout in milliseconds. |
No output schema declared.
No examples provided.
vidnotes_get_action_items ~306
Extract actionable items with priority and optional timestamps from a video, saved project, or transcript through VidNotes.
| Name | Type | Req | Description |
|---|---|---|---|
| asyncJob | boolean | — | Queue analysis as an async VidNotes job instead of waiting for completion. |
| author | string | — | Optional source author or channel name. If provided, it must not be blank. |
| durationSeconds | number | — | Optional source duration in seconds. |
| idempotencyKey | string | — | Optional idempotency key for async job reuse. If provided, it must not be blank. |
| includeTranscriptSegments | boolean | — | Set false to omit timed segments from transcript responses. |
| language | string | — | Preferred transcript/summary language. Must not be blank. |
| projectId | string | — | Existing VidNotes project/note id to analyze. If provided, it must not be blank. |
| publishedAt | string | — | Optional source publish date/time. If provided, it must not be blank. |
| segments | array | — | Optional timed transcript segments for transcriptText or projectId sources. |
| summaryLength | string | — | Summary length: concise, standard, or detailed. Must not be blank. |
| timeoutMs | number | — | Optional per-request timeout in milliseconds. |
| title | string | — | Optional source title. If provided, it must not be blank. |
| transcriptText | string | — | Raw transcript text to analyze. If provided, it must not be blank. |
| url | string | — | Public video URL to analyze. |
No output schema declared.
No examples provided.
vidnotes_get_chapters ~293
Generate transcript-based chapters through VidNotes.
| Name | Type | Req | Description |
|---|---|---|---|
| asyncJob | boolean | — | Queue analysis as an async VidNotes job instead of waiting for completion. |
| author | string | — | Optional source author or channel name. If provided, it must not be blank. |
| durationSeconds | number | — | Optional source duration in seconds. |
| idempotencyKey | string | — | Optional idempotency key for async job reuse. If provided, it must not be blank. |
| includeTranscriptSegments | boolean | — | Set false to omit timed segments from transcript responses. |
| language | string | — | Preferred transcript/summary language. Must not be blank. |
| projectId | string | — | Existing VidNotes project/note id to analyze. If provided, it must not be blank. |
| publishedAt | string | — | Optional source publish date/time. If provided, it must not be blank. |
| segments | array | — | Optional timed transcript segments for transcriptText or projectId sources. |
| summaryLength | string | — | Summary length: concise, standard, or detailed. Must not be blank. |
| timeoutMs | number | — | Optional per-request timeout in milliseconds. |
| title | string | — | Optional source title. If provided, it must not be blank. |
| transcriptText | string | — | Raw transcript text to analyze. If provided, it must not be blank. |
| url | string | — | Public video URL to analyze. |
No output schema declared.
No examples provided.
vidnotes_get_faq ~304
Generate question/answer FAQ pairs from a video, saved project, or transcript through VidNotes.
| Name | Type | Req | Description |
|---|---|---|---|
| asyncJob | boolean | — | Queue analysis as an async VidNotes job instead of waiting for completion. |
| author | string | — | Optional source author or channel name. If provided, it must not be blank. |
| durationSeconds | number | — | Optional source duration in seconds. |
| idempotencyKey | string | — | Optional idempotency key for async job reuse. If provided, it must not be blank. |
| includeTranscriptSegments | boolean | — | Set false to omit timed segments from transcript responses. |
| language | string | — | Preferred transcript/summary language. Must not be blank. |
| projectId | string | — | Existing VidNotes project/note id to analyze. If provided, it must not be blank. |
| publishedAt | string | — | Optional source publish date/time. If provided, it must not be blank. |
| segments | array | — | Optional timed transcript segments for transcriptText or projectId sources. |
| summaryLength | string | — | Summary length: concise, standard, or detailed. Must not be blank. |
| timeoutMs | number | — | Optional per-request timeout in milliseconds. |
| title | string | — | Optional source title. If provided, it must not be blank. |
| transcriptText | string | — | Raw transcript text to analyze. If provided, it must not be blank. |
| url | string | — | Public video URL to analyze. |
No output schema declared.
No examples provided.
vidnotes_get_flashcards ~310
Generate question/answer flashcards with optional source text and timestamps from a video, saved project, or transcript through VidNotes.
| Name | Type | Req | Description |
|---|---|---|---|
| asyncJob | boolean | — | Queue analysis as an async VidNotes job instead of waiting for completion. |
| author | string | — | Optional source author or channel name. If provided, it must not be blank. |
| durationSeconds | number | — | Optional source duration in seconds. |
| idempotencyKey | string | — | Optional idempotency key for async job reuse. If provided, it must not be blank. |
| includeTranscriptSegments | boolean | — | Set false to omit timed segments from transcript responses. |
| language | string | — | Preferred transcript/summary language. Must not be blank. |
| projectId | string | — | Existing VidNotes project/note id to analyze. If provided, it must not be blank. |
| publishedAt | string | — | Optional source publish date/time. If provided, it must not be blank. |
| segments | array | — | Optional timed transcript segments for transcriptText or projectId sources. |
| summaryLength | string | — | Summary length: concise, standard, or detailed. Must not be blank. |
| timeoutMs | number | — | Optional per-request timeout in milliseconds. |
| title | string | — | Optional source title. If provided, it must not be blank. |
| transcriptText | string | — | Raw transcript text to analyze. If provided, it must not be blank. |
| url | string | — | Public video URL to analyze. |
No output schema declared.
No examples provided.
vidnotes_get_glossary ~307
Extract key terms with definitions and optional timestamps from a video, saved project, or transcript through VidNotes.
| Name | Type | Req | Description |
|---|---|---|---|
| asyncJob | boolean | — | Queue analysis as an async VidNotes job instead of waiting for completion. |
| author | string | — | Optional source author or channel name. If provided, it must not be blank. |
| durationSeconds | number | — | Optional source duration in seconds. |
| idempotencyKey | string | — | Optional idempotency key for async job reuse. If provided, it must not be blank. |
| includeTranscriptSegments | boolean | — | Set false to omit timed segments from transcript responses. |
| language | string | — | Preferred transcript/summary language. Must not be blank. |
| projectId | string | — | Existing VidNotes project/note id to analyze. If provided, it must not be blank. |
| publishedAt | string | — | Optional source publish date/time. If provided, it must not be blank. |
| segments | array | — | Optional timed transcript segments for transcriptText or projectId sources. |
| summaryLength | string | — | Summary length: concise, standard, or detailed. Must not be blank. |
| timeoutMs | number | — | Optional per-request timeout in milliseconds. |
| title | string | — | Optional source title. If provided, it must not be blank. |
| transcriptText | string | — | Raw transcript text to analyze. If provided, it must not be blank. |
| url | string | — | Public video URL to analyze. |
No output schema declared.
No examples provided.
vidnotes_get_job ~51
Get a queued VidNotes platform job by id.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | VidNotes platform job id. Must not be blank. |
| timeoutMs | number | — | Optional per-request timeout in milliseconds. |
No output schema declared.
No examples provided.
vidnotes_get_note ~71
Get one saved VidNotes note by id. Requires an account-scoped vnp_ platform key or VIDNOTES_AUTH_TOKEN with a legacy key.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | VidNotes note/project id. Must not be blank. |
| timeoutMs | number | — | Optional per-request timeout in milliseconds. |
No output schema declared.
No examples provided.
vidnotes_get_notes ~304
Generate titled outline-style structured markdown notes from a video, saved project, or transcript through VidNotes.
| Name | Type | Req | Description |
|---|---|---|---|
| asyncJob | boolean | — | Queue analysis as an async VidNotes job instead of waiting for completion. |
| author | string | — | Optional source author or channel name. If provided, it must not be blank. |
| durationSeconds | number | — | Optional source duration in seconds. |
| idempotencyKey | string | — | Optional idempotency key for async job reuse. If provided, it must not be blank. |
| includeTranscriptSegments | boolean | — | Set false to omit timed segments from transcript responses. |
| language | string | — | Preferred transcript/summary language. Must not be blank. |
| projectId | string | — | Existing VidNotes project/note id to analyze. If provided, it must not be blank. |
| publishedAt | string | — | Optional source publish date/time. If provided, it must not be blank. |
| segments | array | — | Optional timed transcript segments for transcriptText or projectId sources. |
| summaryLength | string | — | Summary length: concise, standard, or detailed. Must not be blank. |
| timeoutMs | number | — | Optional per-request timeout in milliseconds. |
| title | string | — | Optional source title. If provided, it must not be blank. |
| transcriptText | string | — | Raw transcript text to analyze. If provided, it must not be blank. |
| url | string | — | Public video URL to analyze. |
No output schema declared.
No examples provided.
vidnotes_get_quizzes ~311
Generate multiple-choice quiz questions with options, correctIndex, and explanations from a video, saved project, or transcript through VidNotes.
| Name | Type | Req | Description |
|---|---|---|---|
| asyncJob | boolean | — | Queue analysis as an async VidNotes job instead of waiting for completion. |
| author | string | — | Optional source author or channel name. If provided, it must not be blank. |
| durationSeconds | number | — | Optional source duration in seconds. |
| idempotencyKey | string | — | Optional idempotency key for async job reuse. If provided, it must not be blank. |
| includeTranscriptSegments | boolean | — | Set false to omit timed segments from transcript responses. |
| language | string | — | Preferred transcript/summary language. Must not be blank. |
| projectId | string | — | Existing VidNotes project/note id to analyze. If provided, it must not be blank. |
| publishedAt | string | — | Optional source publish date/time. If provided, it must not be blank. |
| segments | array | — | Optional timed transcript segments for transcriptText or projectId sources. |
| summaryLength | string | — | Summary length: concise, standard, or detailed. Must not be blank. |
| timeoutMs | number | — | Optional per-request timeout in milliseconds. |
| title | string | — | Optional source title. If provided, it must not be blank. |
| transcriptText | string | — | Raw transcript text to analyze. If provided, it must not be blank. |
| url | string | — | Public video URL to analyze. |
No output schema declared.
No examples provided.
vidnotes_get_study_guide ~310
Generate a study guide with markdown sections and review questions from a video, saved project, or transcript through VidNotes.
| Name | Type | Req | Description |
|---|---|---|---|
| asyncJob | boolean | — | Queue analysis as an async VidNotes job instead of waiting for completion. |
| author | string | — | Optional source author or channel name. If provided, it must not be blank. |
| durationSeconds | number | — | Optional source duration in seconds. |
| idempotencyKey | string | — | Optional idempotency key for async job reuse. If provided, it must not be blank. |
| includeTranscriptSegments | boolean | — | Set false to omit timed segments from transcript responses. |
| language | string | — | Preferred transcript/summary language. Must not be blank. |
| projectId | string | — | Existing VidNotes project/note id to analyze. If provided, it must not be blank. |
| publishedAt | string | — | Optional source publish date/time. If provided, it must not be blank. |
| segments | array | — | Optional timed transcript segments for transcriptText or projectId sources. |
| summaryLength | string | — | Summary length: concise, standard, or detailed. Must not be blank. |
| timeoutMs | number | — | Optional per-request timeout in milliseconds. |
| title | string | — | Optional source title. If provided, it must not be blank. |
| transcriptText | string | — | Raw transcript text to analyze. If provided, it must not be blank. |
| url | string | — | Public video URL to analyze. |
No output schema declared.
No examples provided.
vidnotes_get_timeline ~305
Generate labeled timeline events with optional timestamps from a video, saved project, or transcript through VidNotes.
| Name | Type | Req | Description |
|---|---|---|---|
| asyncJob | boolean | — | Queue analysis as an async VidNotes job instead of waiting for completion. |
| author | string | — | Optional source author or channel name. If provided, it must not be blank. |
| durationSeconds | number | — | Optional source duration in seconds. |
| idempotencyKey | string | — | Optional idempotency key for async job reuse. If provided, it must not be blank. |
| includeTranscriptSegments | boolean | — | Set false to omit timed segments from transcript responses. |
| language | string | — | Preferred transcript/summary language. Must not be blank. |
| projectId | string | — | Existing VidNotes project/note id to analyze. If provided, it must not be blank. |
| publishedAt | string | — | Optional source publish date/time. If provided, it must not be blank. |
| segments | array | — | Optional timed transcript segments for transcriptText or projectId sources. |
| summaryLength | string | — | Summary length: concise, standard, or detailed. Must not be blank. |
| timeoutMs | number | — | Optional per-request timeout in milliseconds. |
| title | string | — | Optional source title. If provided, it must not be blank. |
| transcriptText | string | — | Raw transcript text to analyze. If provided, it must not be blank. |
| url | string | — | Public video URL to analyze. |
No output schema declared.
No examples provided.
vidnotes_get_transcript ~303
Get a normalized transcript from a video, saved project, or transcript input through VidNotes.
| Name | Type | Req | Description |
|---|---|---|---|
| asyncJob | boolean | — | Queue analysis as an async VidNotes job instead of waiting for completion. |
| author | string | — | Optional source author or channel name. If provided, it must not be blank. |
| durationSeconds | number | — | Optional source duration in seconds. |
| idempotencyKey | string | — | Optional idempotency key for async job reuse. If provided, it must not be blank. |
| includeTranscriptSegments | boolean | — | Set false to omit timed segments from transcript responses. |
| language | string | — | Preferred transcript/summary language. Must not be blank. |
| projectId | string | — | Existing VidNotes project/note id to analyze. If provided, it must not be blank. |
| publishedAt | string | — | Optional source publish date/time. If provided, it must not be blank. |
| segments | array | — | Optional timed transcript segments for transcriptText or projectId sources. |
| summaryLength | string | — | Summary length: concise, standard, or detailed. Must not be blank. |
| timeoutMs | number | — | Optional per-request timeout in milliseconds. |
| title | string | — | Optional source title. If provided, it must not be blank. |
| transcriptText | string | — | Raw transcript text to analyze. If provided, it must not be blank. |
| url | string | — | Public video URL to analyze. |
No output schema declared.
No examples provided.
vidnotes_get_usage ~40
Get VidNotes platform API usage and remaining daily quota for the configured API key.
| Name | Type | Req | Description |
|---|---|---|---|
| timeoutMs | number | — | Optional per-request timeout in milliseconds. |
No output schema declared.
No examples provided.
vidnotes_list_api_keys ~61
List VidNotes platform API keys for the authenticated account. Requires VIDNOTES_AUTH_TOKEN; when using a configured vnp_ key, the token must belong to the same account.
| Name | Type | Req | Description |
|---|---|---|---|
| timeoutMs | number | — | Optional per-request timeout in milliseconds. |
No output schema declared.
No examples provided.
vidnotes_revoke_api_key ~89
Revoke one VidNotes platform API key by id for the authenticated account. Requires VIDNOTES_AUTH_TOKEN; when using a configured vnp_ key, the token must belong to the same account.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | VidNotes platform API key id, such as pak_... Must not be blank. |
| timeoutMs | number | — | Optional per-request timeout in milliseconds. |
No output schema declared.
No examples provided.
vidnotes_search_notes ~77
Search saved VidNotes notes. Requires an account-scoped vnp_ platform key or VIDNOTES_AUTH_TOKEN with a legacy key.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Maximum notes to return. |
| query | string | — | Search query. Empty string returns recent notes. |
| timeoutMs | number | — | Optional per-request timeout in milliseconds. |
No output schema declared.
No examples provided.
vidnotes_summarize_video ~301
Summarize a video, saved project, or transcript through VidNotes.
| Name | Type | Req | Description |
|---|---|---|---|
| asyncJob | boolean | — | Queue analysis as an async VidNotes job instead of waiting for completion. |
| author | string | — | Optional source author or channel name. If provided, it must not be blank. |
| durationSeconds | number | — | Optional source duration in seconds. |
| idempotencyKey | string | — | Optional idempotency key for async job reuse. If provided, it must not be blank. |
| includeTranscriptSegments | boolean | — | Set false to omit timed segments from transcript responses. |
| language | string | — | Preferred transcript/summary language. Must not be blank. |
| projectId | string | — | Existing VidNotes project/note id to analyze. If provided, it must not be blank. |
| publishedAt | string | — | Optional source publish date/time. If provided, it must not be blank. |
| segments | array | — | Optional timed transcript segments for transcriptText or projectId sources. |
| summaryLength | string | — | Summary length: concise, standard, or detailed. Must not be blank. |
| timeoutMs | number | — | Optional per-request timeout in milliseconds. |
| title | string | — | Optional source title. If provided, it must not be blank. |
| transcriptText | string | — | Raw transcript text to analyze. If provided, it must not be blank. |
| url | string | — | Public video URL to analyze. |
No output schema declared.
No examples provided.