Developer Quick Start Guide

Welcome to KorinAI for developers! This guide will help you quickly integrate KorinAI's powerful Chat API into your applications.

Create Your Developer Account

  1. Visit the KorinAI Auth page and click on Sign Up
  2. Enter your email address and create a secure password
  3. Verify your email address through the confirmation link sent to your inbox
  4. Complete your profile setup with your name and developer preferences

Generate Your API Key

To access KorinAI's Chat API, you'll need an API key:

  1. Navigate to Dashboard OpenAPI page
  2. Click on Generate New API Key
  3. Name your API key (e.g., "Development", "Production")
  4. Set any usage limits or restrictions if needed
  5. Copy and securely store your API key
⚠️ Keep your API key secure. Do not expose it in client-side code or public repositories.

Integrate with Next.js

KorinAI's Chat API works seamlessly with Next.js using the AI SDK. Before proceeding, we recommend reviewing our Message Structure Documentation to understand how messages work in our system.

Installation

Install the AI SDK in your Next.js project:

Basic Chat Integration

Create a simple chat component in your Next.js application:

Replace YOUR_API_KEY with the actual API key you generated.

Usage Limits and Credits

Your API usage is limited by two factors:

  1. Model Rate Limits: Each Language Model (LLM) you select in your Dashboard Settings has its own specific rate limits.

  2. Paid Credits Balance: Your usage is also limited by how many paid credits you have available. Each API request consumes credits based on the model used and request size.

You can view and top up your paid credits balance in your Dashboard Credits page. Adding more credits allows for higher usage of the API services.

💡 Tip: Monitor your credit usage regularly to ensure uninterrupted service for your applications.

Need higher limits? Check out our pricing plans or contact us for custom enterprise solutions.

Getting Help