Endpoint
POST https://planferret.com/detokenate/v1
Authorization: Bearer pf_live_...
Content-Type: application/json
{ "q": "the original query" }
We can't find the internet
Attempting to reconnect
Something went wrong!
Attempting to reconnect
API docs
Call the versioned detokenate endpoint with a bearer token and a JSON body containing your original query.
POST https://planferret.com/detokenate/v1
Authorization: Bearer pf_live_...
Content-Type: application/json
{ "q": "the original query" }
{
"q": "compressed query",
"usage": {
"original_tokens_estimate": 1200,
"compressed_tokens_estimate": 650,
"estimated_savings_percent": 46
}
}
Free accounts receive 20 successful API queries per day. Paid accounts are unlimited at $0.01 per successful query and are billed through Stripe when daily usage exceeds 1,000 billable queries.