Skip to main content
POST
/
api
/
v1
/
admin
/
embeddings
Generate quiz embedding
curl --request POST \
  --url http://localhost:8787/api/v1/admin/embeddings
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.intelliq.dev/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Quiz embedding generated successfully

success
boolean
required