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.
// 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'
})
});Get API access and documentation
Include your project details and expected usage