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.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).
messagestringSimilar to msg, used for returning additional messages or error details. null in this case.
Language
Authorization
Header
Click Try It! to start a request and see the response here!