AI Article GeneratorAPI

Generate comprehensive, well-researched articles with SEO optimization

content creation~5 credits/callv1.0.0

Endpoint

POST https://backend.aaddyy.com/api/ai/article

Authentication

Authorization: Bearer YOUR_API_KEY

Parameters

Required

topicrequired

Optional

length
tone
audience
includeImages
includeReferences
keywords
outline
provider

Example Request

curl -X POST https://backend.aaddyy.com/api/ai/article \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "topic": "Artificial Intelligence in Healthcare",
    "length": "medium",
    "tone": "professional"
  }'

Request Body

{
  "topic": "Artificial Intelligence in Healthcare",
  "length": "medium",
  "tone": "professional"
}

Example Response

{
  "success": true,
  "message": "AI Article Generator completed successfully",
  "timestamp": "2026-04-01T22:35:02.908Z",
  "requestId": "req_30dlvyh9h",
  "data": {
    "cost": 0.05,
    "remainingCredits": 9.95,
    "article": "# Example Article Title\n\nThis is a generated article with well-structured content...",
    "wordCount": 500,
    "readingTime": "2 min"
  }
}

SDK

import { AADDYY } from 'aaddyy'

const client = new AADDYY()
const result = await client._request('POST', '/api/ai/article', {
  "topic": "Artificial Intelligence in Healthcare",
  "length": "medium",
  "tone": "professional"
})

Install: npm install aaddyy

Pricing

~5 credits (~$0.05) per request

Rate Limits

10 requests per 1m

Burst: 3