proxanything is a unified API gateway that gives you authenticated access to TikTok data, AI inference, and more — through a single endpoint and a single key.
# TikTok user profile curl "https://proxanything.com/tiktok/user/info?unique_id=cristiano" \ -H "X-Api-Key: YOUR_KEY" # AI chat completion curl -X POST "https://proxanything.com/ai/v1/chat/completions" \ -H "X-Api-Key: YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"model":"MODEL-X","messages":[{"role":"user","content":"Hello!"}]}'
Every service is accessible through the same base URL and authenticated with your API key.
Full access to TikTok data via TikWM. Retrieve user profiles, videos, comments, trending content, ads analytics, hashtags, and more.
LLM inference backed by a vLLM instance on RunPod. Fully OpenAI-compatible — drop in your existing code with just a base URL change.
Get up and running in minutes. No complex setup required.
Contact us to get an API key scoped to the services you need — TikTok, AI, or both.
Include X-Api-Key: YOUR_KEY in every request. That's the only authentication required.
Use any HTTP client in any language. Responses are passed through unchanged from the upstream service.
Browse the full API reference, copy-paste code examples, and try endpoints directly in the browser.
Open API Docs