> For the complete documentation index, see [llms.txt](https://realmstudios.gitbook.io/kodo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://realmstudios.gitbook.io/kodo/readme.md).

# Developer Platform

<h2 align="center">Kodo API</h2>

<p align="center"><a href="/pages/JsKd452Nu8XTrHz68zaF#remix-api" class="button primary" data-icon="rocket-launch">Get started</a> </p>

<p align="center"></p>

## Overview

Generate anime style art and animations through Kodo API.

## Links

**Website**: [https://www.kodo.fun](https://www.kodo.fun/)

App: [https://app.kodo.fun](https://app.kodo.fun/)

## Enterprise API

Get access to:

* All our models
* Custom models based on your IP and brand

Reach out to us for more details: [Fill out this form](https://forms.gle/qCbGV3NLNu4L32Sg6)

## Agentic API

Setup your agent in less than 5 minutes using x402 protocol on Base.

```javascript
// Import the SDK
import { 
  decodeXPaymentResponse, 
  wrapFetchWithPayment 
} from "x402-fetch";
import { privateKeyToAccount } from "viem/accounts";

// Set url
const url = 'https://api.kodo.fun/v1/generate';

// Securely retrieve private key
const account = privateKeyToAccount(PRIVATE_KEY);

// Fetch with  payment
const fetchWithPayment = wrapFetchWithPayment(fetch, account);

// Get response
const response = await fetchWithPayment(url, {
  method: "POST",
  body: JSON.stringify({
    prompt: "A woman with long brown hair and blue eyes",
  }),
  headers: {
    "Content-Type": "application/json",
  },
});
```

<h2 align="center">Join Our Community</h2>

<p align="center">Learn more about Kodo</p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-discord">:discord:</i></h4></td><td><strong>Discord community</strong></td><td>Join our Discord community to post questions, get help, and share resources.</td><td><a href="https://discord.gg/playvariance" class="button secondary">Join Discord</a></td><td></td></tr><tr><td><h4><i class="fa-x-twitter">:x-twitter:</i></h4></td><td><strong>X/Twitter</strong></td><td>Follow us on X to see what people are saying about Kodo.</td><td><a href="https://x.com/kodo_ai" class="button secondary">Follow us</a></td><td></td></tr><tr><td><h4><i class="fa-newspaper">:newspaper:</i></h4></td><td><strong>Blog</strong></td><td>Read about Kodo and follow the latest updates.</td><td><a href="https://kodoai.substack.com/" class="button secondary">Learn More</a></td><td></td></tr></tbody></table>
