LogoLogo
Home
  • Introduction
  • Quickstart
    • Starter guide
    • Core Concepts
      • Stack Type
      • Data Loader
      • Inputs/Outputs
      • Text Splitters
      • Embedding Model
      • Vector Store
      • Large Language Model
      • Memory
      • Chain
    • Testing Stack
    • Deployment
    • Knowledge Base
    • Organization and Teams
    • Secret Keys
    • Logs
  • Components
    • Inputs
    • Outputs
    • Document Loaders
    • Prompts
    • Text Splitters
    • Embeddings
    • Vector Store
    • Retrievers
    • Multi Modals
    • Agents
    • Large Language Models
    • Memories
    • Chains
    • Output Parsers
  • Customization
    • Writing Custom Components in GenAI Stack
    • Build your own custom component
    • Define parameters used for required components
  • Usecases
    • Simple QA using Open Source Large Language Models
    • Multilingual Indic Language Translation
    • Document Search and Chat
    • Chat with Multiple Documents
  • Terminologies
    • RAG - Retrieval Augmented Generation
    • Hybrid Search - Ensemble Retriever
  • REST APIs
    • GenAI Stack REST APIs
    • Chat API Reference
    • Text Generation API Reference
    • Rate Limiting and Sleep Mode
  • Troubleshooting
    • How to verify what is loaded and chunked from the loader?
  • Acknowledgements
    • Special Mentions
Powered by GitBook
On this page
  • How to Use Our REST APIs
  • Working with GenAI Stack APIs
  • How to get API keys?

Was this helpful?

  1. REST APIs

GenAI Stack REST APIs

PreviousHybrid Search - Ensemble RetrieverNextChat API Reference

Last updated 1 year ago

Was this helpful?

How to Use Our REST APIs

GenAI Stack power developers to integrate the stacks that they built & deployed in GenAI Stack into their platform.

Working with GenAI Stack APIs

GenAI Stack APIs support bearer authentication. Where you have to send the api key in the Authorization header when you're making api requests.

Authorization: Bearer <api-key>

How to get API keys?

Step 1: Go to the API Keys page ()

Step 2: Click on the Create new API key & add the name.

Click on the Create API key to generate the key.

Step 3: Save the API Key.

Once the key is generated please save the api key somewhere. Once the api key modal is closed you will not be able to view the api key for security reasons.

APIs
https://app.aiplanet.com/account/api-keys
API Keys
API Key Modal
API Key generated