curl --request POST \
--url https://api.myrouter.ai/v3/async/z-image-turbo-lora \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"seed": 123,
"size": "<string>",
"loras": [
{
"path": "<string>",
"scale": 123
}
],
"prompt": "<string>"
}
'{
"task_id": "<string>"
}curl --request POST \
--url https://api.myrouter.ai/v3/async/z-image-turbo-lora \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"seed": 123,
"size": "<string>",
"loras": [
{
"path": "<string>",
"scale": 123
}
],
"prompt": "<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 generated 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/json