AI Research Blog WriterAPI

Generate research-based blog articles with SERP data, content aggregation, and embedded source links

content creation~5 credits/callv1.0.0

Endpoint

endpoint
POST https://backend.aaddyy.com/api/ai/research-blog-writer

Authentication

header
Authorization: Bearer YOUR_API_KEY

Parameters

Required

topicstringrequired

Optional

articleTypestring

Values: Feature ArticleHow-to GuideProduct ReviewTechnical GuideBuying GuideComparison ArticleEducational ArticleOpinion PieceNews ArticleCase Study

autoDetectType
sampleArticle
includeResearch
includeImage
depthinteger

Example Request

cURL
curl -X POST https://backend.aaddyy.com/api/ai/research-blog-writer \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "topic": "Artificial Intelligence in Healthcare"
  }'

Request Body

json
{
  "topic": "Artificial Intelligence in Healthcare"
}

Example Response

json
{
  "success": true,
  "message": "AI Research Blog Writer completed successfully",
  "timestamp": "2026-05-16T17:33:37.002Z",
  "requestId": "req_4lhrb4m7y",
  "data": {
    "cost": 0.05,
    "remainingCredits": 9.95
  }
}

SDK

javascript
import { AADDYY } from 'aaddyy'

const client = new AADDYY()
const result = await client._request('POST', '/api/ai/research-blog-writer', {
  "topic": "Artificial Intelligence in Healthcare"
})

Install: npm install aaddyy

Pricing

~5 credits (~$0.05) per request

Rate Limits

10 requests per 1m

Burst: 3