Stable Diffusion
Create Project
Stable Diffusion
Create Project
POST
/stable-diffusion/project
Authorization*
x-api-key*
curl --request POST \
--url https://api.mirageml.com/stable-diffusion/project \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'
Description
Creates a stable diffusion project
curl -X 'POST' \
'https://api.mirageml.com/stable-diffusion/project' \
-H 'accept: application/json'
{
"statusCode": 200,
"project_id": "c8ee8aa8-c710-404f-8ef1-2fa8f84d43c1"
}
curl -X 'POST' \
'https://api.mirageml.com/stable-diffusion/project' \
-H 'accept: application/json'
{
"statusCode": 200,
"project_id": "c8ee8aa8-c710-404f-8ef1-2fa8f84d43c1"
}