Skip to main content
POST
Detokenize Tokens
Use this page when you want to turn token ids back into text for a specific serverless model.
  • Auth: Authorization: Bearer <API_KEY>
  • Host: https://serverless.tensormesh.ai
  • Model: pass a serverless model name in the JSON request body

Authorizations

Authorization
string
header
required

Bearer authentication using your serverless API key. Format: Bearer <API_KEY>

Body

application/json
model
string
required

Serverless model name to use.

Example:

"openai/gpt-oss-20b"

tokens
integer[]
required

Response

Successful Response

prompt
string
Example:

"Hello!"