Appearance
Almeta ML API Authentication
Almeta ML API uses authentication with a Bearer token. You can obtain a token by logging in to your Almeta Cloud account and generating a new token on the Integrations page.
Include your token in the Authorization
header of your requests.
Example:
bash
curl -X GET \
-H "Authorization: Bearer <your-token>" \
https://api.almeta.cloud/ml/web-tags