Compatibility Format
Act-One Expression Transfer
Use POST /runway/pro/act_one to migrate Act-one expressions in Runway videos/images via CometAPI, with X-Runway-Version support (16:9 only).
POST
Act-one Expression Migration
Use this endpoint to transfer expression or performance from a source video onto a separate image.Documentation Index
Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Current constraints
- This route supports 16:9 source assets only
- You need both a source
videoand a targetimage - Start with a short, stable source clip before you tune the workflow further
Task flow
Create the act-one task
Submit the source video, target image, and callback or tracking settings, then save the returned task id.
Poll the task
Continue with Feed Get Task until the task reaches a terminal state.
Authorizations
Bearer token authentication. Use your CometAPI key.
Headers
Optional Runway version header, for example 2024-11-06.
Body
application/json
video
string
default:https://runwaycdn.rixapi.com/attachments/video/runway/20241015/82bc23c83b5c32e75059c8328df5cffb.mp4
required
URL of the source video containing the performance to transfer.
URL of the target image whose character will receive the expression.
Webhook URL that receives a POST request with the result when the task completes.