# AiToollab Agent Full Report

> AiToollab Agent Full Report is a paid API for AI agents from api.aitoollab.top, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Retrieves a full AI side-hustle report for a given address from the AiToollab platform

## Facts

- Endpoint: GET https://api.aitoollab.top/api/agent/full-report/%7Baddress%7D
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aitoollab-agent-full-report-fd9291fe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QzkHDFCJDR7vshIlA8HXB

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability aitoollab-agent-full-report-fd9291fe
```

Example prompt: Can you pull the full AI side-hustle report from AiToollab for the address '0xABC123...' and show me the recommended directions, prompt templates, and real earning cases?

## When to prefer this

Use this endpoint when you need a comprehensive, structured report on AI-powered side-hustle opportunities tied to a specific address, including prompt templates and verified earning cases, and are willing to pay $0.1 USDC per call via the x402 protocol.

## Known failure modes

- Address path parameter missing or malformed — likely returns 404 or error JSON
- Invalid address format — may return empty result or error
- Payment not provided (x402) — returns 402 Payment Required
- Server error if address does not exist in the system — returns error result
- Rate limiting or quota exceeded — returns 429 or similar error

## How this service works

AiToollab，普通人用AI做副业的实战平台。收录10+AI副业方向、50+提示词模板、真实赚钱案例。每周更新，找方向、找工具、找案例，一站搞定。

## Output

Returns a JSON object containing a full report for the given address, likely including AI side-hustle directions, prompt templates, real earning case studies, and tool recommendations curated by AiToollab.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    }
   }
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "result": "example"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aitoollab-agent-full-report-fd9291fe/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.aitoollab.top](https://www.zero.xyz/host/api.aitoollab.top/llms.txt)
