Use shared operations
REST and MCP expose matching operation names, validation, scopes, ownership rules, and normalized results.
AI-integrated video processing
Connect through MCP or the REST API to request evidence-backed clip suggestions from owned, analyzed projects. PrismClip keeps project and job state durable while Studio provides visual curation, framing, captions, rendering, and review.
REST and MCP expose matching operation names, validation, scopes, ownership rules, and normalized results.
Project IDs, idempotency keys, and job IDs let a workflow resume after a process or network interruption.
People curate source boundaries, presentation, and publication through the normal PrismClip product workflow.
Current integration
The live API uploads local files and starts Google Drive or best-effort YouTube imports. Owned projects with completed visual analysis can queue automatic selection and return durable jobs through REST or equivalent MCP tools.
// MCP tools generated from the public operation registry
start_google_drive_import({
url: "https://drive.google.com/file/d/FILE_ID/view"
})
get_remote_import({ job_id: "IMPORT_JOB_ID" })
list_projects({ limit: 20 })
auto_pick_clips({
project_id: "PROJECT_ID",
count: 6,
idempotency_key: "campaign-clip-request-001"
})
get_auto_pick_job({ job_id: "JOB_ID" })Source guidance
Direct upload is the most reliable choice when the original file is available.
Use an account-authorized Drive file for a durable remote source.
Treat provider import as best-effort and surface access or availability failures to the user.
Add the OAuth-connected MCP server, inspect the generated API reference, or create a scoped key for REST automation.