Skip to main content
POST
Import Motion
Imports an asynchronous Motion asset from a template.

Request parameters

Send a JSON body. Send template_id in new integrations. If both template fields are supplied, template_id takes precedence.

Response parameters

Returns 200 OK with a Motion object: id (public mot_ ID), status, name, progress, capabilities, created_at, completed_at, and error. See Create Motion for the field-by-field definition.

Examples

Authorizations

Authorization
string
header
required

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

Response

200

Motion