TextAI
TextAI API is a pay-per-use REST API for text intelligence. No subscriptions — buy credits with USDC on Solana and spend only what you need. ENDPOINTS: - POST /keys/create — Get a free API key with 100 demo credits - POST /summarize — Summarize long text (10 credits) - POST /keywords — Extract key topics (5 credits) - POST /translate — Translate between languages (15 credits) - GET…
TextAI endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Summarize Text /summarize |
Summarize any text using AI. Costs 10 credits per call. Pass text in the request body and receive a concise summary. Requires X-API-Key header. |
| POST |
Extract Keywords /keywords |
Extract keywords from text using AI. Costs 5 credits per call. Returns key topics and phrases. Requires X-API-Key header. |
| POST |
Translate Text /translate |
Translate text to any language using AI. Costs 15 credits per call. Specify source text and target language. Requires X-API-Key header. |
TextAI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|