Get your API key
To use Noema AI REST APIs, you need an API key.
1) Create an API key
Generate an API key from the Noema AI App and store it securely.
2) Call the API with Bearer auth
Noema uses Bearer token authentication. You'll be issued an API key/access token that you pass in the Authorization header:
Authorization: Bearer <ACCESS_TOKEN>
Next step
Continue to Concepts.