Authentication

All requests to the hosted Frame3D API must be authenticated using an API key.

Finding Your API Key

  1. Log in to the Dashboard.
  2. Navigate to the API Keys section.
  3. 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.