Development — entry 098 of 98
MirrorFly
MirrorFly's Platform API is a REST layer for the CONTUS MirrorFly in-app chat, voice, and video product, covering user/group management, chat history, and device-token administration through separate User and Admin endpoint sets. Every request goes through a tenant-specific base URL issued from the customer's own console.mirrorfly.com dashboard rather than a shared public host, and admin calls are authenticated with a short-lived (1-hour) bearer token obtained via a login endpoint. Messaging itself is free indefinitely on the entry-level "Easy" plan; higher tiers add voice/video calling with a 21-day trial before billing per-minute ($0.0010 audio, $0.0015 group).
GreatAPIs Score
Auth quickstart
- Sign up with the provider to get an API key.
- Send it on every request as a header
Authorization: <key> - The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Developer reference
Changelog
- added to the atlas
- gained a summary, a docs link and a pricing model