Chargement de l'aide...
Chargement...
Générez des QR codes pour permettre l'accès rapide aux expériences AR
const response = await fetch('/api/v1/ar-studio/models/ar_model_123/qr-code', {
method: 'POST',
headers: { 'Content-Type': 'application/json' }
});
const { data } = await response.json();
const { qrCodeUrl, arUrl } = data || {};
// qrCodeUrl: https://cdn.luneo.app/qr/abc123.png
// arUrl: https://ar.luneo.app/view/abc123