Detokenize tokens
By giving a list of tokens, generate a detokenized output text string.
To successfully run an inference request, it is mandatory to enter a personal access token (e.g. flp_XXX) value in the Bearer Token field. Refer to the authentication section on our introduction page to learn how to acquire this variable and visit here to generate your token.
POST
Body
application/json
A token sequence to detokenize.
Example:
[128000, 3923, 374, 1803, 1413, 15592, 30]
Routes the request to a specific adapter.
Example:
"(adapter-route)"
Response
200
application/json
Successfully detokenized the tokens.
Detokenized text output.
Was this page helpful?