Skip to main content

Getting Started

Welcome to the Outter AI Dev Platform — your guide to integrating Outter’s AI capabilities into your apps, workflows, and services. Whether you're looking to personalize recommendations, generate compelling content, or power conversational AI, Outter provides the tools you need with a simple, flexible API.

Why Outter?

AI shouldn’t be complex to integrate. Outter is designed for product companies who want powerful AI without the overhead. We handle the hard parts: bilding, training and scaling AI — so you can focus on direct value delivery to your customers.

What’s in This Guide?

  • Authentication – Secure API access via API keys or JWTs.
  • Data Integrations – Connect external sources like databases and CRMs.
  • Core AI Services – Recommendations, content generation, and assistants.
  • Usage & Billing – Understand quotas, rate limits, and cost structures.
  • Quickstart & Code Samples – Get up and running fast in multiple languages.

The Basics

  • Base URL: Every API call starts here: https://api.outter.io/v2/

  • Auth: All requests must be authenticated. Use your corect API keyin the headers.

SECURITY: Always keep your secrets secure! .env is a bare minimum

  • Data Format: We keep it simple—JSON in, JSON out.
  • Rate Limits: We apply limits to keep things smooth. If you hit one, check the response headers for retry info.

How to Get Started

  1. Sign Up & Get Credentials – Register on Outter’s dashboard to generate an API key or configure JWT auth.
  2. Make a Test Call – Try out a simple request using cURL, Postman, or your preferred HTTP client.
  3. Explore Our APIs – Start with recommendations, content generation, or assistants.
  4. Monitor Usage – Keep an eye on API calls and billing through our dashboard or API endpoints.