One source of truth
Content and platform updates are live for every connected partner—no duplicated backend to maintain.
Approaching black hole…
Action provides the managed location, collection, and mobile AR infrastructure. Partners like BEAM AR keep their own website, identity, and users while pulling live experiences from one continuously improving platform.
BEAM website
Branded map and member experience
Action AR API
Partner-secured REST contract
Managed world layer
Pins, collections, availability
Hosted mobile AR
Improvements ship automatically
Content and platform updates are live for every connected partner—no duplicated backend to maintain.
Hashed credentials and partner-scoped queries keep every company’s experiences and users separated.
Use the API from a custom map, mobile app, campaign site, or any other branded experience.
Versioned REST API
Create content, place it globally, discover it by location, collect it, and launch the Action-hosted AR runtime.
/api/ar/v1/experiencesCreate reusable image or video AR content.
/api/ar/v1/pinsPlace an experience at any latitude and longitude.
/api/ar/v1/pins/nearbyDiscover live collectibles near a visitor.
/api/ar/v1/collectionsVerify distance and collect a pin atomically.
/api/ar/v1/collectionsReturn a visitor’s collected experiences.
/api/ar/v1/launchIssue a short-lived hosted AR viewer URL.
curl "https://action-tokens.com/api/ar/v1/pins/nearby?lat=38.627&lng=-90.199&radius=10000" \
-H "Authorization: Bearer $ACTION_AR_API_KEY"Working proof of concept
This test executes a real authenticated request against the API. The POC credential remains server-side and is never exposed in the browser.
Live BEAM POC request
Query the seeded St. Louis collectible through the same partner endpoint BEAM would call.
Interested in connecting another product? Contact Action Tokens.