GET
/
wordlist
/
{id}
/
embedding-status
Get embedding status
curl --request GET \
  --url https://moderationapi.com/api/v1/wordlist/{id}/embedding-status \
  --header 'Authorization: Bearer <token>'
{
  "progress": 123,
  "totalWords": 123,
  "remainingWords": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID of the wordlist to check embedding status for

Response

Successful response

Embedding status details

progress
number
required

Percentage of words that have been embedded (0-100)

totalWords
number
required

Total number of words in the wordlist

remainingWords
number
required

Number of words still waiting to be embedded