Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Body
application/json
{
"text": "<string>",
"categories": {},
"num_tokens": 123
}
{
"text": "<string>",
"categories": {},
"num_tokens": 123
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.