SocialiQDocs

SocialiQ API · v1

Social media data & analytics for AI agents.

SocialiQ gives your agents structured social data across every major platform through a small set of resources — posts, users, comments, and discovery surfaces — addressed the same way everywhere. The platform is a path segment; the shapes are normalized.

Read a URL like a sentence: GET /v1/tiktok/posts/{id}/comments lists the comments on a TikTok post. Swap tiktok for instagram and the call — and the response shape — stays the same. Everything is JSON, and every response shares the same envelope.

Early access. The endpoints return sample data while we roll out live access; the request and response shapes are final, so anything you build now keeps working when live data is switched on.

Base URL

All requests go to a single host, authenticated with your SocialiQ key.

[ .HTTP ]
https://api.socialiq.dev/v1

Next steps