Skip to main content

Mock

Generate realistic mock data records with schema

$0.03
per call
POST /mock AI Processing

Try It

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

curl Example

curl -X POST https://api.aipaygen.com/mock \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "description": "string",
  "count": 5,
  "format": "json|csv|list"
}'

Python Example

import requests

resp = requests.post(
    "https://api.aipaygen.com/mock",
    headers={
        "Authorization": "Bearer YOUR_API_KEY",
        "Content-Type": "application/json",
    },
    json={
    "description": "string",
    "count": 5,
    "format": "json|csv|list"
}
)
print(resp.json())

Response Format

{
  "result": "<Mock output>",
  "_meta": {
    "endpoint": "/mock",
    "model": "claude-sonnet-4-20250514",
    "cost_usd": 0.03
  }
}

Related Tools

Code
$0.05
Json Schema
$0.02
Test Cases
$0.03

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