Skip to main content

Research

Deep research: search + scrape + AI synthesis with citations

$0.15
per call
POST /research Advanced

Try It

This tool requires an API key. Get one from $1 to try it.

curl Example

curl -X POST https://api.aipaygen.com/research \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "question": "string"
}'

Python Example

import requests

resp = requests.post(
    "https://api.aipaygen.com/research",
    headers={
        "Authorization": "Bearer YOUR_API_KEY",
        "Content-Type": "application/json",
    },
    json={
    "question": "string"
}
)
print(resp.json())

Response Format

{
  "question": "string",
  "answer": "string",
  "sources": [
    {
      "title": "string",
      "url": "string"
    }
  ]
}

Related Tools

Summarize
$0.01
Extract
$0.02
Analyze
$0.02

Get API Key — From $1

$0.25 trial credits free. ~40 AI calls. No subscription.

Get Started

Or install via MCP: pip install aipaygen-mcp