This endpoint retrieves a list of videos associated with the user.

Response

FieldTypeDescription
codeintStatus code indicating the result of the API request (e.g., 100 for success).
dataobjectContains the list of videos associated with the user.
data.tokenstringPagination token to retrieve next set of videos. null if no pagination is needed.
data.videosarrayAn array of video objects.
data.videos[].video_idstringThe unique identifier for the video.
data.videos[].statusstringThe current status of the video (e.g., completed, processing, failed, draft).
data.videos[].created_atnumbersCreation time (Unix timestamp)
data.videos[].typestringType of video, either GENERATEDorTRANSLATED
messagestringSimilar to msg, used for returning additional messages or error details. null in this case.
Language
Credentials
Header
Click Try It! to start a request and see the response here!