curl --request POST \
--url https://api.myrouter.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.myrouter.ai/v3/async/image-upscaler \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"image": "<string>",
"resolution": "<string>",
"output_format": "<string>"
}
'{
"task_id": "<string>"
}This is an async API that only returns the async task_id. Use the task_id to call the Get Async Task Result API to retrieve the upscaled image result.Documentation Index
Fetch the complete documentation index at: https://docs.myrouter.ai/llms.txt
Use this file to discover all available pages before exploring further.
application/json2k, 4k, 8kjpeg, png, webp