diff --git a/apps/web/src/app/docs/api/page.tsx b/apps/web/src/app/docs/api/page.tsx index 08c7070ea..deb5ce6a4 100644 --- a/apps/web/src/app/docs/api/page.tsx +++ b/apps/web/src/app/docs/api/page.tsx @@ -34,7 +34,7 @@ const ENDPOINTS: Endpoint[] = [ { method: 'GET', path: '/api/training/status', summary: 'Current status of training/embedding jobs.' }, { method: 'POST', path: '/api/training/trigger', summary: 'Trigger a training/embedding job.' }, { method: 'POST', path: '/api/video/pack', summary: 'Emit a hashed Video Pack from a YouTube URL.', body: '{ "url": "https://www.youtube.com/watch?v=..." }' }, - { method: 'POST', path: '/api/workflows/video-to-actions', summary: 'Start the durable Studio analysis workflow.', body: '{ "url": "https://www.youtube.com/watch?v=..." }' }, + { method: 'POST', path: '/api/workflows/video-to-actions', summary: 'Start the Studio analysis workflow.', body: '{ "url": "https://www.youtube.com/watch?v=..." }' }, ]; const METHOD_COLOR: Record = { diff --git a/apps/web/src/app/pricing/page.tsx b/apps/web/src/app/pricing/page.tsx index 9a3482162..6ad18290b 100644 --- a/apps/web/src/app/pricing/page.tsx +++ b/apps/web/src/app/pricing/page.tsx @@ -132,7 +132,7 @@ export default function PricingPage() {

Confirm external work

- Adds the entitlement required when a reviewed plan dispatches backend agents or writes to the knowledge store. + Adds the entitlement required when a Studio plan dispatches backend agents or writes to the knowledge store.