Kramen AI Documentation home page
Search...
⌘K
Discord Community
API Documentation
Introduction
Auth
POST
Auth
GET
Get Token
Integrations
POST
Create Integrations
GET
All Integrations
POST
Delete Integration
POST
Upload Openapi
GET
Endpoints
POST
Edit Vector
API Keys
GET
Get All Keys
POST
Create Api Key
POST
Delete Api Key
Payments
POST
Checkout
POST
Webhook
Run
POST
Identify Endpoints
POST
Run Endpoint
Support
Kramen AI Documentation home page
Search...
⌘K
Support
Search...
Navigation
API Documentation
Introduction
Guides
API Reference
Guides
API Reference
API Documentation
Introduction
Example section for showcasing API endpoints
If you’re not looking to build API reference documentation, you can delete this section by removing the api-reference folder.
Welcome
There are two ways to build API documentation:
OpenAPI
and
MDX components
. For the starter kit, we are using the following OpenAPI specification.
Plant Store Endpoints
View the OpenAPI specification file
Authentication
All API endpoints are authenticated using Bearer tokens and picked up from the specification file.
Copy
"security"
: [
{
"bearerAuth"
: []
}
]
Auth
Next
On this page
Welcome
Authentication
Assistant
Responses are generated using AI and may contain mistakes.