{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-venice-ai-api-v1-augment-search",
  "title": "Venice AI \u00b7 Augmented search with context retrieval",
  "url": "https://api.venice.ai/api/v1/augment/search",
  "category": "ai",
  "summary": "Perform search queries that return augmented results with content snippets, dates, and relevance scoring.",
  "seo": {
    "title": "Venice AI: Augmented Search API via x402",
    "description": "Execute privacy-preserving augmented search via x402 micropayments. Retrieve contextual search results with source attribution and date filtering."
  },
  "use_cases": [
    "Ground LLM responses with retrieved search context",
    "Monitor news sentiment with date-filtered article retrieval",
    "Build citation-aware research agents with source tracking"
  ],
  "ideal_buyer": "AI agent developers requiring privacy-preserving search with structured result attribution.",
  "example_prompt": "Search for recent developments in quantum computing error correction with full source citations",
  "example_request_body": {
    "query": "quantum computing error correction 2024",
    "date_range": "6m",
    "max_results": 10
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive_outlier",
    "ratio": 500,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x2670b922ef37c7df47158725c0cc407b5382293f",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000000",
      "max_timeout_seconds": 300,
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyFields": {
            "limit": {
              "type": "integer",
              "description": "Maximum number of results to return (default: 10, max: 20)"
            },
            "query": {
              "type": "string",
              "required": true,
              "description": "The search query"
            },
            "search_provider": {
              "enum": [
                "google",
                "brave"
              ],
              "type": "string",
              "description": "Search provider to use. \"brave\" uses Brave Search with Zero Data Retention (ZDR) for maximum privacy \u2014 search queries are never stored or logged. \"google\" uses Google Search with anonymized queries \u2014 searches are proxied through Venice's infrastructure so that your identity is not associated with the search request sent to Google. Venice does not store or log search queries. Defaults to \"brave\"."
            }
          }
        },
        "output": {
          "type": "object",
          "required": [
            "query",
            "results"
          ],
          "properties": {
            "query": {
              "type": "string",
              "description": "The search query that was executed"
            },
            "results": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "title",
                  "url",
                  "content",
                  "date"
                ],
                "properties": {
                  "url": {
                    "type": "string",
                    "description": "The URL of the search result"
                  },
                  "date": {
                    "type": "string",
                    "description": "The date of the search result, if available"
                  },
                  "title": {
                    "type": "string",
                    "description": "The title of the search result"
                  },
                  "content": {
                    "type": "string",
                    "description": "A snippet or description of the search result"
                  }
                }
              },
              "description": "The search results"
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "api-venice-ai",
    "host": "api.venice.ai",
    "title": "Venice API Docs",
    "description": "Harness the full capabilities of Venice AI with the Venice API, a private and uncensored AI API enabling the development of advanced applications that generate text and images.",
    "url": "https://api.venice.ai",
    "og_image": "https://venice.ai/images/venice_social_preview.png",
    "favicon": "https://docs.venice.ai/mintlify-assets/_mintlify/favicons/veniceai/HJGBlV4jYrSOrFXh/_generated/favicon/favicon-16x16.png"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/api-venice-ai-api-v1-augment-search",
    "url": "https://x402all.com/resource/api-venice-ai-api-v1-augment-search",
    "name": "Venice AI \u00b7 Augmented search with context retrieval",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-venice-ai-api-v1-augment-search",
      "@type": "Offer",
      "price": "10",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "10.000000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://api.venice.ai/api/v1/augment/search",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/api-venice-ai",
      "url": "https://api.venice.ai",
      "name": "Venice API Docs",
      "@type": "Organization"
    },
    "identifier": "api-venice-ai-api-v1-augment-search",
    "description": "Execute privacy-preserving augmented search via x402 micropayments. Retrieve contextual search results with source attribution and date filtering.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-venice-ai-api-v1-augment-search",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "ai"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-venice-ai-api-v1-augment-search"
}
