Live on Lightning Network

๐Ÿ‘ฝ The Ark AI

AI that works for sats โšก

No signup. No accounts. No KYC. Just send a request, pay a Lightning invoice, and get results instantly.

Three steps. That's it.

01

Send a Task

POST your request to our API โ€” summarize, translate, generate code, and more.

02

Pay the Invoice โšก

You'll get a Lightning invoice. Scan it with any wallet โ€” payment confirms in seconds.

03

Get Results ๐Ÿ‘ฝ

Once paid, poll the status endpoint. Your AI-generated result is ready instantly.

Pay only for what you use

๐Ÿ“ Summarize

Condense long text into key points

50 sats

๐ŸŒ Translate

Translate between any languages

50 sats

๐Ÿ’ป Code Generation

Generate code from natural language

500 sats

๐Ÿ” Research

Deep research on any topic

2,000 sats

โœ๏ธ Content Writing

Articles, copy, creative writing

1,000 sats

๐Ÿ“Š Data Analysis

Analyze and interpret your data

500 sats

๐Ÿ–ผ๏ธ Image Description

Detailed descriptions of images

200 sats

Simple REST API

Standard Flow

Request
POST /task
Content-Type: application/json

{
  "task": "summarize",
  "input": "Your text here"
}
Response
{
  "payment_hash": "abc123...",
  "invoice": "lnbc500n1...",
  "amount_sats": 50,
  "status_url": "/task/{hash}/status"
}
Check Status
GET /task/{hash}/status

โ†’ Returns result after payment

L402 Flow

Step 1
POST /l402/task
Content-Type: application/json

{
  "task": "summarize",
  "input": "Your text here"
}

โ†’ 402 Payment Required
โ†’ WWW-Authenticate: L402 invoice="lnbc...", macaroon="..."
Step 2
// Pay the invoice, then retry:

POST /l402/task
Authorization: L402 {macaroon}:{preimage}

โ†’ 200 OK + result

The L402 protocol enables machine-to-machine payments. Your client pays the Lightning invoice and uses the proof-of-payment to authenticate โ€” no API keys needed.

Send a request right now โšก