cURL
curl --request GET \ --url https://backend.tensorpix.ai/api/restored-videos/ \ --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": 123, "job_id": 123, "preview_videos": { "before_video": "<string>", "after_video": "<string>" }, "name": "<string>", "created_at": "2023-11-07T05:31:56Z", "width": 4128, "height": 4128, "owner": 123, "deleted": "2023-11-07T05:31:56Z", "framerate": 500, "n_frames": 1073741824, "bitrate": 4611686018427388000, "codec_id": "<string>", "bit_depth": 15, "chroma_subsampling": "<string>", "color_space": "<string>", "size": 200000000050, "file": "<string>", "thumbnail": "<string>", "quality_score": 3 } ] }
Token-based authentication with required prefix "Token"
Number of results to return per page.
The initial index from which to return the results.
Which field to use when ordering the results.
123
"http://api.example.org/accounts/?offset=400&limit=100"
"http://api.example.org/accounts/?offset=200&limit=100"
Show child attributes
Was this page helpful?