curl --request POST \
--url http://localhost:8787/api/v1/admin/embeddings
{
"success": true
}
Generate quiz embedding
curl --request POST \
--url http://localhost:8787/api/v1/admin/embeddings
{
"success": true
}
Quiz embedding generated successfully
The response is of type object
.