Authentication
All requests to the hosted Frame3D API must be authenticated using an API key.
Finding Your API Key
- Log in to the Dashboard.
- Navigate to the API Keys section.
- Create a new key or copy an existing one.
Using Your API Key
Include your key as a header in every request. You can use either x-api-key or Authorization.
Option 1: x-api-key Header
x-api-key: YOUR_API_KEY
Option 2: Authorization Header
Authorization: Bearer YOUR_API_KEY
Requests without a valid key will be rejected with a 401 Unauthorized error.