curl --request POST \
--url https://api.jiekou.ai/v3/async/image-upscaler \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"image": "<string>",
"resolution": "<string>",
"output_format": "<string>"
}
'{
"task_id": "<string>"
}curl --request POST \
--url https://api.jiekou.ai/v3/async/image-upscaler \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"image": "<string>",
"resolution": "<string>",
"output_format": "<string>"
}
'{
"task_id": "<string>"
}这是一个异步 API,仅返回异步 task_id。你需要使用 task_id 调用任务结果查询 API 获取图像高清化结果。Documentation Index
Fetch the complete documentation index at: https://docs.jiekou.ai/llms.txt
Use this file to discover all available pages before exploring further.
application/json2k, 4k, 8kjpeg, png, webp