Developer API Access

Build with Streamfog AR

Integrate Real-time AR Effects into Your App

We think some really cool stuff happens when you combine AR effects with other apps. Want to trigger effects from a chat bot? A website? Something totally different? Let's see what we can build together.

Quick Integration
// Trigger AR effect via API
const response = await fetch('/api/effects/activateLens', {
  method: 'POST',
  headers: { 'client-id': {clientId} },
  body: JSON.stringify({
    remoteKey: '123',
    lensId: '1234-5678-9012-3456'
  })
});

Ready to Start Building?

Get API access and documentation

Include your project details and expected usage