post https://open.maze.guru/api/v1/txt2img
This endpoint will create images by text
Log in to see full request history
Return value
parameter | description |
---|---|
jobs | one image for one job id |
Response
This endpoint will create images by text
Return value
parameter | description |
---|---|
jobs | one image for one job id |
xxxxxxxxxx
11curl --request POST \
--url https://open.maze.guru/api/v1/txt2img \
--header 'Authorization: xxxxxxxxx' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"num": 1,
"mj_stylize": 100
}
'
Try It!
to start a request and see the response here! Or choose an example: