Last updated 12 days ago
© 2025 S2 Labs, Inc. All rights reserved.
Profile created
Profile deleted
Profile details
const response = await fetch('https://app.hyperbrowser.ai/api/profile', { method: 'POST', headers: {}, }); const data = await response.json();
{ "id": "text" }
const response = await fetch('https://app.hyperbrowser.ai/api/profile/{id}', { method: 'DELETE', headers: {}, }); const data = await response.json();
{ "success": false }
const response = await fetch('https://app.hyperbrowser.ai/api/profile/{id}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "id": "text", "teamId": "text", "createdAt": "text", "updatedAt": "text" }