curl --request GET \
--url https://backend.tensorpix.ai/api/video-gen/jobs/ \
--header 'Authorization: <api-key>'{
"count": 123,
"next": "http://api.example.org/accounts/?offset=400&limit=100",
"previous": "http://api.example.org/accounts/?offset=200&limit=100",
"results": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"prompt": "<string>",
"type": "i2v",
"status": "<string>",
"cost": "<string>",
"model": "<string>",
"generated_video": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"job": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"uploaded_video": {
"id": 123,
"name": "<string>",
"width": 123,
"height": 123,
"created_at": "2023-11-07T05:31:56Z",
"n_frames": 123,
"framerate": 123,
"size": 123,
"owner": "[email protected]",
"thumbnail": "<string>",
"external_url": "<string>",
"bitrate": 123,
"codec_id": "<string>",
"bit_depth": 123,
"chroma_subsampling": "<string>",
"color_space": "<string>",
"file": "<string>"
},
"width": 2080,
"height": 2080,
"n_frames": 1073741824,
"framerate": 500,
"size": 200000000050,
"file": "<string>",
"thumbnail": "<string>"
},
"input_images": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"file": "<string>",
"name": "<string>"
}
],
"progress": 50,
"started_at": "2023-11-07T05:31:56Z",
"options": "<unknown>"
}
]
}curl --request GET \
--url https://backend.tensorpix.ai/api/video-gen/jobs/ \
--header 'Authorization: <api-key>'{
"count": 123,
"next": "http://api.example.org/accounts/?offset=400&limit=100",
"previous": "http://api.example.org/accounts/?offset=200&limit=100",
"results": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"prompt": "<string>",
"type": "i2v",
"status": "<string>",
"cost": "<string>",
"model": "<string>",
"generated_video": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"job": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"uploaded_video": {
"id": 123,
"name": "<string>",
"width": 123,
"height": 123,
"created_at": "2023-11-07T05:31:56Z",
"n_frames": 123,
"framerate": 123,
"size": 123,
"owner": "[email protected]",
"thumbnail": "<string>",
"external_url": "<string>",
"bitrate": 123,
"codec_id": "<string>",
"bit_depth": 123,
"chroma_subsampling": "<string>",
"color_space": "<string>",
"file": "<string>"
},
"width": 2080,
"height": 2080,
"n_frames": 1073741824,
"framerate": 500,
"size": 200000000050,
"file": "<string>",
"thumbnail": "<string>"
},
"input_images": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"file": "<string>",
"name": "<string>"
}
],
"progress": 50,
"started_at": "2023-11-07T05:31:56Z",
"options": "<unknown>"
}
]
}Token-based authentication with required prefix "Token"
Number of results to return per page.
The initial index from which to return the results.
Was this page helpful?