Skip to content

/ai-settings/test

POST
/ai-settings/test
curl --request POST \
--url https://example.com/api/v1/ai-settings/test

Default Response

Media type application/json
object
ok
required
boolean
model
string
error
string
Example generated
{
"ok": true,
"model": "example",
"error": "example"
}