Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
/api/v1/inbox/commentsGET
Lists imported comments. Run a comment sync first — comments only appear here after an import completes.
Authorization
apiKey *Bearer <token>
Akarso API key from the dashboard. Token in: header
Query Parameters
postId?string
Filter by post ID
platform?"FACEBOOK" | "INSTAGRAM" | "LINKEDIN" | "YOUTUBE" | "TIKTOK" | "REDDIT" | "THREADS" | "MASTODON" | "BLUESKY"
Filter by platform
limit?number
Page size
offset?number
Pagination offset
Response
200
items *object[]
Show item properties
id *string
Comment ID
postId?string | null
platform?"FACEBOOK" | "INSTAGRAM" | "LINKEDIN" | "YOUTUBE" | "TIKTOK" | "REDDIT" | "THREADS" | "MASTODON" | "BLUESKY"
externalId?string
Native comment ID on the platform
externalParentId?string | null
authorName?string | null
authorProfileUrl?string | null
authorAvatarUrl?string | null
text?string | null
likesCount?number
repliesCount?number
publishedAt?string | null
total *number
400 · Invalid request body, path, or query parameters
error *string
Human-readable error message
code?string
Machine-readable error code
message?string
Additional error details
401 · Missing or invalid API key
error *string
Human-readable error message
code?string
Machine-readable error code
message?string
Additional error details
502 · Upstream platform request failed
error *string
Human-readable error message
code?string
Machine-readable error code
message?string
Additional error details
Request example
curl -X GET "https://akarso.co/api/v1/inbox/comments" \ -H "Authorization: Bearer <token>"