Endpoint
POST https://vrbose.ai/detokenate
Authorization: Bearer vb_live_...
Content-Type: application/json
{ "q": "the original query" }
Plain text body
With Content-Type: text/plain, send the raw query as the
request body. A successful response is text/plain
containing only
the compressed query (no JSON, no usage block). Errors still return JSON.
POST https://vrbose.ai/detokenate
Authorization: Bearer vb_live_...
Content-Type: text/plain
the original query
Version-specific URL (same behavior today):
POST https://vrbose.ai/detokenate/v1