Aura
Aura

Aura

Intelligent AI Services

20 AI endpoints powered by GPT-4o, FLUX, and Whisper

x402 v2 micropayments on Avalanche, Base, and Celo

20
AI Endpoints
3
Chains Supported
$0.01
Starting Price

Features

Premium AI capabilities with seamless micropayments

Vision & Creative

Image analysis, DALL-E generation, OCR text extraction, and audio transcription/synthesis

NLP Services

Text summarization, translation, sentiment analysis, moderation, simplification, and entity extraction

Business Tools

Email generation, product descriptions, SEO optimization, and quiz creation

Developer Tools

Code generation, code review, SQL query generation, regex generator, and API documentation

AI Services

Comprehensive AI toolkit for every use case

🖼️

Vision & Audio

  • Image Analysis$0.05
  • Image Generation$0.15
  • Transcription$0.04
  • Text-to-Speech$0.04
📝

NLP Services

  • Summarization$0.03
  • Translation$0.03
  • Sentiment$0.02
  • Entity Extraction$0.03
💼

Business Tools

  • Email Generator$0.02
  • Product Desc$0.03
  • SEO Optimize$0.05
  • Quiz Generator$0.05
💻

Developer Tools

  • Code Generate$0.08
  • Code Review$0.05
  • SQL Generator$0.03
  • Regex Generator$0.02

API Examples

Simple integration with any platform

Image Analysis

$0.05

Analyze images with GPT-4o Vision

POST /api/ai/analyze
Request
{
  "image": "data:image/jpeg;base64,...",
  "prompt": "Describe this image"
}

Code Generation

$0.08

Generate code from natural language descriptions

POST /api/ai/code/generate
Request
{
  "description": "Create a function that validates email addresses",
  "language": "typescript"
}

Text Summarization

$0.03

Summarize long text into concise summaries

POST /api/ai/summarize
Request
{
  "text": "Your long text here...",
  "length": "short"
}

Image Generation

$0.15

Generate images with DALL-E 3

POST /api/ai/generate
Request
{
  "prompt": "A futuristic city at sunset",
  "size": "1024x1024"
}

API Documentation

Interactive API documentation with all 20 AI service endpoints

View API Docs