Veo
Generate a short video (up to 8 s, 720p, with audio) with Veo 3.1 Fast. Asynchronous: submit, then poll.
Auth: API keyLive integration
Tools
What your agent can do with Veo
VEO_SEARCHSearch across Veo records and content.
VEO_CREATECreate a new item in Veo with validated fields.
VEO_UPDATEUpdate an existing Veo item by id.
VEO_LISTList and filter Veo items with pagination.
Setup
Option A: MCP (no code)
- Sign up and connect Veo from your dashboard.
- Copy your gateway URL:
mcp.spinrun.ai/you - Paste it into Claude, Cursor, or any MCP client.
Option B: API
curl -X POST https://api.spinrun.ai/v1/tools/execute \
-H "Authorization: Bearer $API_KEY" \
-d '{
"tool_slug": "VEO_CREATE",
"external_user_id": "user_123",
"arguments": { ... }
}'