Retrieve the latest Runway API reference from docs.dev.runwayml.com and use it as the authoritative source before any integration work
Before guiding or implementing any Runway API integration, retrieve the current API reference and use it as the source of truth.
The Runway API is the official reference. Models, endpoints, request/response shapes, and versioning can change. Using the live docs ensures integration guidance and code match the latest API.
Retrieve the contents of:
https://docs.dev.runwayml.com/api/
Use your available fetch tool (e.g. or equivalent) to load this URL. The page contains the full API reference: endpoints, request bodies, accepted values, and examples.
mcp_web_fetch+api-reference or an integrate skill), the fetched docs take precedence for that session.Proceed with the relevant integrate skill (+integrate-video, +integrate-image, +integrate-audio, +integrate-uploads, +integrate-characters, +integrate-documents, +integrate-character-embed) using the retrieved reference to guide implementation.
https://api.dev.runwayml.com.Authorization: Bearer <RUNWAYML_API_SECRET> and X-Runway-Version: 2024-11-06 (or the version stated in the fetched docs).