curl --request POST \
--url http://localhost:8787/api/v1/admin/tags/analyze \
--header 'Content-Type: application/json' \
--data '{
"quizId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "singleplayer"
}'
{
"success": true,
"quizId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"tags": [
"<string>"
],
"categories": [
"<string>"
]
}
Analyze tags
curl --request POST \
--url http://localhost:8787/api/v1/admin/tags/analyze \
--header 'Content-Type: application/json' \
--data '{
"quizId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "singleplayer"
}'
{
"success": true,
"quizId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"tags": [
"<string>"
],
"categories": [
"<string>"
]
}
Tags analyzed successfully
The response is of type object
.