Last updated 2 months ago
GET /api/extensions/list HTTP/1.1 Host: app.hyperbrowser.ai x-api-key: YOUR_API_KEY Accept: */*
Extension added successfully
[ { "id": "text", "name": "text", "createdAt": "text", "updatedAt": "text" } ]
POST /api/extensions/add HTTP/1.1 Host: app.hyperbrowser.ai x-api-key: YOUR_API_KEY Content-Type: multipart/form-data Accept: */* Content-Length: 31 { "file": "binary", "name": "text" }
{ "id": "text", "name": "text", "createdAt": "text", "updatedAt": "text" }