Create Video
Headers
API Key for authentication
API Key for authentication
Response
Returns a Video object representing the generation job
Example response
{
"completed_at": 1730822520,
"created_at": 1730822400,
"model": "mirage-avatar-x",
"progress": 100,
"status": "COMPLETE",
"video_id": "video_abc123def456"
}Changes
Changed in 3 of the 14 revisions of this API.3210
- ▲
request property
was restricted to a list of enum valuesrequest-property-became-enum
- ▲
the
response property const valuemirage-video-1-latestwas removed for the statusresponse-property-const-removed
- ●
added the new
mirage-avatar-xenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
mirage-video-1-latestenum value to the/response property for the response statusresponse-property-enum-value-added
- ○
the
request property const valuemirage-video-1-latestwas removedrequest-property-const-removed
- ○
the
request property default value changed frommirage-video-1-latesttomirage-avatar-xrequest-property-default-value-changed
- ○
added the new
mirage-avatar-xenum value to the request propertyrequest-property-enum-value-added
- ○
added the new
mirage-video-1-latestenum value to the request propertyrequest-property-enum-value-added
- ▲
- ○
added the new optional request property
new-optional-request-property
- ○
added
subschema #1subschema #2to the request bodyoneOflistrequest-body-one-of-added
- ○
the request property
became optionalrequest-property-became-optional
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ▲
the
request property contentMediaType changed fromapplication/octet-streamtorequest-property-content-media-type-changed
- ○
request property
list-of-types was widened by adding typesnullto media typemultipart/form-datarequest-property-list-of-types-widened
- ▲