List User Videos

GEThttps://api.konpro.ai/v1/videos

Fetch a paginated list of videos associated with the authenticated user account. You can filter by folder, title, and control the number of videos returned per request.

Request History

Log in to see full request history

TIMESTATUSUSER AGENT
Make a request to see history.

0 Requests This Month

Query Parameters

ParameterTypeDescription
limitintegerNumber of videos to retrieve in one call (0-100). Optional.
folder_idstringFilter videos by folder ID. Defaults to root if empty or omitted.
titlestringFilter videos by title keyword (optional).
tokenstringPagination token for fetching subsequent pages (optional).

Response Fields

FieldTypeDescription
codeintegerStatus code indicating the result of the request (e.g., 100 = success)
dataobjectContains video list data
data.tokenstringPagination token to fetch the next set of results; null if no more data
data.totalintegerTotal number of videos associated with the user
data.videosarrayArray of video objects
messagestringAdditional message or error details; null if none

Each video object contains:

FieldTypeDescription
video_idstringUnique identifier of the video
statusstringCurrent video status (e.g., "completed", "processing", "failed", "draft")
created_atnumberUnix timestamp representing video creation time
typestringVideo type: "GENERATED" or "TRANSLATED"
folder_idstringID of the folder containing the video (empty for root folder)

Example Request (Shell)

shell
curl --request GET \
--url 'https://api.konpro.ai/v1/videos?limit=50' \
--header 'accept: application/json' \
--header 'x-api-key: <your-api-key>'

LANGUAGE

CREDENTIALS

HEADER

RESPONSE

Examples

Click to start a request and see the response here! Or choose an example:

application/json
200 - Result
400 - Result