Seam AI home page
Search...
⌘K
Ask AI
Book a demo
Sign in
Sign in
Search...
Navigation
Getting Started
Authentication
Guides
Developers
API Reference
Blog
Support
Getting Started
API Overview
Authentication
Credits
Rate Limits
API - Research Agent (beta)
POST
Completions Request
On this page
How to authenticate
Keeping your API key secure
Getting Started
Authentication
To ensure secure access to Seam AI’s API, all requests require authentication using
Basic Authentication
. This means you must include your API key in the Authorization header of each request.
How to authenticate
Each request must include the following header:
Copy
Ask AI
Authorization: Basic YOUR_API_KEY
You can find your API key in your Seam AI settings. Be sure to replace
YOUR_API_KEY
with your actual key.
Keeping your API key secure
Do not share your API key publicly or expose it in client-side code.
If you suspect your API key has been compromised, regenerate it immediately from your account dashboard.
In the future, we may support additional authentication methods. Stay tuned for updates!
API Overview
Credits
Assistant
Responses are generated using AI and may contain mistakes.