← Back to 2stars.io

API reference

Each 2stars product gets its own OpenAPI 3.1 spec and interactive reference. Pick a product to dive into endpoints, schemas, and try-it-now consoles. Generate a typed client in any language with openapi-generator-cli.

Video AI

Realtime calling, recording, broadcasting, transcription, AI assistant in-call. The full WebRTC stack with mediasoup-backed SFU, end-to-end-encrypted messaging, HLS broadcasts.
~50 endpoints12 tagsBase URL api.2stars.io/video/v1

VerifAI

Zero-knowledge device trust. Verify the device, not just the password. Hashed signal collection on-device + cross-device approval push + optional same-network gate.
13 endpoints4 tagsBase URL api.2stars.io/verifai/v1
Generate a client SDK in any language.
Pick a spec, run openapi-generator-cli generate -i <spec> -g <language> -o <dir> — supports TypeScript, Python, Go, Java, Ruby, PHP, Swift, Kotlin, .NET, and 30+ more languages. The generated client handles HTTP, auth, JSON serialization. The hand-written 2stars JS / Android / Web SDKs add platform-specific extras (WebRTC, signal collection, FCM) on top.