Skip to main content
POST
Create Motion
Creates an asynchronous Motion asset. Poll the returned ID until it is ready before using it as motion_id in a Render.

Request parameters

Send multipart/form-data. Provide exactly one of motion_video or motion_video_url.

Response parameters

Returns 200 OK with a Motion object.

Examples

Next step

Use Get Motion to poll the ID.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200

Motion