Developer API
Integrate abesttools.com functionality directly into your applications.
Get your API token
Create an account and subscribe ($9/month) to start using the API.
Authentication
All API endpoints require a valid API token. Pass it in every request as a query parameter or header:
- Query parameter:
?token=YOUR_TOKEN - Header:
Authorization: Bearer YOUR_TOKEN
An active subscription ($9/month) is required to activate your token. Manage your token in Settings.
Available APIs
Webpage Metadata
Extract title, description, Open Graph tags, Twitter cards, canonical URL, favicon and more from any webpage with a single GET request.
/api/metadata?url=…&token=…
CSV to JSON
Convert CSV data or a remote CSV file URL to a structured JSON array. Supports custom delimiters and optional header row.
/api/csv-to-json
Memory Store
Append-only personal fact store. Write snippets with tags, confidence scores, and optional decay. Search by text or tags. Pin, archive, or adjust confidence on demand.
/api/memory
GET
/api/memory/search
PATCH
/api/memory/{id}
DELETE
/api/memory/{id}
Tarot Cards
Draw random tarot cards from a full 78-card deck. Filter by Major or Minor Arcana, set draw count, enable reversed orientations. True random — not AI-predicted. Short meanings included in every response.
/api/tarot?amount=3&arcana=major&token=…
Phone Normalizer
Normalize any phone number format — strip punctuation, detect the country and dial code,
and extract the national number. Accepts + and 00 prefixes,
spaces, dashes, and parentheses.
/api/phone?phone=+37061234567&token=…
Redirects
Create short /r/{slug} redirect links with configurable HTTP status codes.
Built-in SEO protection: nofollow, noindex, no-referrer headers, and intermediate HTML
shielding. Track hit counts and reset stats via API.
/api/redirects
GET
/api/redirects
GET
/api/redirects/{slug}/stats
DELETE
/api/redirects/{slug}
Secret Sharing
Store a sensitive string as a one-time secret. Share the generated link — the recipient reads it once and it is permanently destroyed. Expiry from 1 hour up to 30 days.
/api/secret
GET
/api/secret/{token}
Image Convert
Convert WebP to PNG or PNG to WebP server-side. Optional background fill (white, black, or custom colour) for transparent images, and WebP quality control. Max 100 MB / 10 000×10 000 px.
/api/image-convert
Humanize Text
Rewrite formal or AI-generated text to sound more natural using deterministic, rule-based transformations. Supports English, Lithuanian, and Russian with three modes and adjustable strength.
/api/humanize