Usable endpoint to retrieve all of the videos' information, with filtering and sorting.

Log in to see full request history
GET https://apis.elai.io/api/v1/videos?status=ready,rendering&tags=template&sort=-updatedAt,name&limit=10 GET https://apis.elai.io/api/v1/videos?status=ready&status=rendering&tags=template&tags=mylist&sort=-updatedAt,+name&limit=10
Query Params
status
array of strings

Filter by supported video statuses (draft, rendering, error, ready)

status
tags
array of strings

Filter by linked tags

tags
string

If empty - fetch only regular videos. Accepts 2 values: "template" - fetch only templates of all types, "story" - fetch only videos created as stories

sort
array of strings

Sorting by fields: -field — descending order, +field — ascending order (name, createdAt, updatedAt supported)

sort
int32
Defaults to 1

Selection page

int32
Defaults to 50

Selection limit. 100 records max.

boolean

If skipped (undefined) you'll recieve a full list of videos (Deleted and not deleted)

Response

Language
Credentials
Click Try It! to start a request and see the response here!