Dedicated
Detokenization
By giving a list of tokens, generate a detokenized output text string.
POST
/
dedicated
/
v1
/
detokenize
To successfully run an inference request, it is mandatory to enter a Friendli 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.
Authorizations
Headers
ID of team to run requests as (optional parameter).
Body
application/json
ID of target endpoint. If you want to send request to specific adapter, using "ENDPOINT_ID:ADAPTER_ROUTE" format.
A token sequence to detokenize.
Response
200 - application/json
Detokenized text output.
Was this page helpful?