Skip to main content
POST
/
v1
/
playground
/
reset
Reset playground
curl --request POST \
  --url https://api.usenaive.ai/v1/playground/reset \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Response

200 - application/json

Reset.

ok
boolean