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

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

Authentication

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 -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

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

Example Response

{
  "success": true,
  "message": "AI Research Blog Writer completed successfully",
  "timestamp": "2026-04-01T22:35:57.846Z",
  "requestId": "req_631sa422v",
  "data": {
    "cost": 0.05,
    "remainingCredits": 9.95
  }
}

SDK

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