Main flow
video#
- To perform SR (super-resolution, upscaling), you first need the original video.
- Use the
upload video
API to upload the original video. - If you have uploaded multiple original videos, you can retrieve all information about the uploaded videos using the
get all video list
API. - If you want to retrieve more detailed information about a specific video among multiple original videos, you can use the
get video information
API. - If you want to delete the uploaded original video, you can use the
delete video
API.
credit#
- If you have uploaded an original video, you can do SR with a specific original video.
- However, since credit is required to do SR, you can check the credit required for SR using the
calc credit
API. - And, to check the credit you have, you can use the
get my credit information
API. - To check credit deduction details and credit recharge details, you can use the
get all payment-event list
API. - To check the receipt of payment made with a credit card, use the
get payment receipt
API.
task#
- If you have enough credit, you can select the original video you want and run SR using the
create task
API. - If you have executed multiple SRs, you can check the progress of all SR tasks using the
get all task list
API. - To check the progress of one specific task among multiple SR tasks, you can use the
get task information
API.
download a SR-result video#
- When the SR task is completed, you can download the SR result file using the URL information in the response of the
get video information
API. - After downloading the SR result file, if you want to explicitly indicate that it was downloaded, you can increase the download_cnt value by calling
increase a download count
API.