Getting Started with VectorForgeAI API

Welcome to VectorForgeAI's developer documentation. This guide will help you get started with our API and understand the core concepts.

TIP Create an account to get your API key and start building

API Overview

VectorForgeAI provides a REST API that enables you to:

  • Create and manage document collections
  • Upload and embed documents
  • Perform semantic searches across your data
  • Generate LLM completions with context from your documents
  • Build conversational experiences with memory

Base URL

All API requests should be sent to:

Base URL
https://api.vectorforgeai.com/v1

Rate Limiting

To ensure fair usage and maintain service quality, the API enforces the following rate limit:

⚡ Rate Limit

300 requests per minute per client

If you exceed this limit, you'll receive a 429 Too Many Requests response. Please implement appropriate retry logic with exponential backoff in your applications.

OpenAPI Specification

We provide a complete OpenAPI 3.0 specification for our API, which you can use to generate client libraries, test your integration, or import into API development tools like Postman or Insomnia.

📋 API Specification

Download our OpenAPI spec to integrate with your preferred development tools:

Next Steps

Now that you've learned the basics, explore these topics to get the most out of the VectorForgeAI API:

Need Help?

If you're having trouble with the API or have questions, we're here to help!