API reference
All endpoints live under https://api.telesint.dev/v1/ and expect an
Api-Key header. Start with the getting started
page.
Account
Section titled “Account”GET /v1/me/Account info, balance and roles. Free.
POST /v1/me/reset-tokenRotate the API token. Free.
GET /v1/users/{identifier}Full user profile by numeric ID or @username. 1₽ or 4₽ depending on group data.
GET /v1/users/{identifier}/similarUsers with shared groups. 6₽.
GET /v1/search/Full-text or exact search by display name. 1₽.
Groups
Section titled “Groups”GET /v1/groups/{identifier}Group details by ID or @username. 2₽.
GET /v1/groups/{identifier}/similarGroups that share members with the given group. 1₽.
GET /v1/groups/{identifier}/membersPaginated group members. 1₽–15₽, then free for one hour.
Response envelope
Section titled “Response envelope”Endpoints returning user or group data wrap their payload in
{ "data": ... }. The account endpoints (/v1/me/,
/v1/me/reset-token) return their payload at the top level.
Documented API errors are described under Errors.
Successful paid responses report the charge and current balance in
Telesint-Billing-Charged and Telesint-Billing-Balance headers.