curl --request POST \
--url https://api.diversion.dev/v0/content/generate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "<string>",
"size": "<string>",
"style": "<string>"
}
'{
"output": "<string>"
}Generates content using the Replicate AI API (Recraft v3 model).
Availability:
Behavior:
curl --request POST \
--url https://api.diversion.dev/v0/content/generate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "<string>",
"size": "<string>",
"style": "<string>"
}
'{
"output": "<string>"
}