ToolAssay

Instant AI research on any topic powered by Gemini 3.5 Flash with live Google Se

Instant AI research on any topic powered by Gemini 3.5 Flash with live Google Search grounding — answers come with cited sources. Ask about science, tech, crypto, history, or anything else. Can analyze images and summarize webpages from URLs. Max 180 character prompts. $0.10 per query.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
945 msmedian answer time
$0.1listed price per call
$0.1price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://x402.ottoai.services/llm-research

CategoryImage and media
Provider hostx402.ottoai.services
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days3 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.1 945 ms

Example input (from the provider)

{
  "body": {
    "prompt": "What is the latest on Bitcoin ETFs?"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "prompt": {
              "description": "Research question (max 180 characters)",
              "type": "string"
            },
            "url": {
              "description": "Optional: URL to analyze (image or webpage)",
              "type": "string"
            }
          },
          "required": [
            "prompt"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "error": {
              "description": "Error message if failed",
              "type": "string"
            },
            "result": {
              "description": "Research findings",
              "type": "string"
            },
            "sources": {
              "description": "Cited web sources from Search grounding (deduped, up to 10)",
              "items": {
                "properties": {
                  "title": {
                    "description": "Source page title",
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "url": {
                    "description": "Source URL",
                    "type": "string"
                  }
                },
                "required": [
                  "url"
                ],
                "type": "object"
              },
              "type": "array"
            },
            "status": {
              "enum": [
                "success",
                "failed"
              ],
              "type": "string"
            }
          },
          "required": [
            "status"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON