POST
/
api
/
v1
/
admin
/
embeddings
curl --request POST \
  --url http://localhost:8787/api/v1/admin/embeddings
{
  "success": true
}

Response

200 - application/json

Quiz embedding generated successfully

The response is of type object.