Skip to main content
Neosantara AI provides a high-performance, culturally-aware Artificial Intelligence platform designed to empower developers with advanced language, reasoning, and multimodal capabilities. Our API is built to be OpenAI-compatible, ensuring a seamless integration experience for existing applications while offering specialized models optimized for Indonesian context.

Objective

The primary goal of the Neosantara AI API is to provide developers with accessible, scalable, and intelligent tools to build next-generation applications. Whether you are building a customer support agent, a creative writing assistant, or a complex data analysis tool, our API delivers the intelligence you need with the cultural nuance that matters.

Scope and Capabilities

The Neosantara AI API covers a wide range of AI capabilities, enabling you to:

Text Generation

Generate human-like text, code, and creative content using our advanced LLMs like nusantara-base.

Vision & Multimodal

Analyze and understand images, documents, and visual data with our multimodal capabilities.

Image Generation

Create stunning visuals from text prompts using our state-of-the-art generation models.

Embeddings

Convert text into vector representations for semantic search, clustering, and RAG applications.

Getting Started

Follow these steps to start integrating Neosantara AI into your application.
1

Get your API Key

Sign up at the Neosantara Dashboard and generate your unique API key.
2

Configure Base URL

All API requests should be directed to our production base URL:
https://api.neosantara.xyz/v1
3

Make your first request

Use your favorite HTTP client or SDK to interact with the API.

Authentication

Authentication is handled via Bearer tokens. You must include your API key in the Authorization header of every request.
curl https://api.neosantara.xyz/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer <YOUR_API_KEY>" \
  -d '{
    "model": "nusantara-base",
    "messages": [
      {"role": "user", "content": "Halo, apa kabar?"}
    ]
  }'

Core Endpoints

Explore our primary endpoints to start building:
Last modified on December 7, 2025