cURL
curl --request GET \ --url https://moderationapi.com/api/v1/wordlist/{id}/embedding-status \ --header 'Authorization: Bearer <token>'
{ "progress": 123, "totalWords": 123, "remainingWords": 123 }
Get the current embedding progress status for a wordlist
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the wordlist to check embedding status for
Successful response
Embedding status details
Was this page helpful?