{
  "schema_version": "0.1",
  "name": "CreatorFinder",
  "description": "Agent-callable creator contact API that verifies public creator source URLs from live source pages.",
  "homepage_url": "https://creatorfinder.dev/",
  "docs_url": "https://creatorfinder.dev/docs/",
  "openapi_url": "https://api.creatorfinder.dev/openapi.json",
  "llms_txt_url": "https://creatorfinder.dev/llms.txt",
  "llms_full_txt_url": "https://creatorfinder.dev/llms-full.txt",
  "x402_url": "https://api.creatorfinder.dev/.well-known/x402",
  "mcp_server_url": null,
  "auth": {
    "type": "paid_api",
    "notes": "Runtime payment metadata and 402 challenges, when enabled, are authoritative. Public discovery metadata is advisory."
  },
  "capabilities": [
    "public_creator_source_url_verification",
    "source_url_verification",
    "email_source_provenance",
    "social_profile_extraction",
    "creator_graph_enrichment"
  ],
  "environments": [
    {
      "name": "production",
      "api_base_url": "https://api.creatorfinder.dev"
    }
  ],
  "pricing": {
    "currency": "USD",
    "unit": "verified_creator",
    "unit_price": "0.010000",
    "minimum_billable_unit": "one_verified_creator"
  },
  "rate_limits": {
    "default": "bounded by paid quote, provider health, and service limits"
  },
  "status_url": "https://api.creatorfinder.dev/",
  "terms_url": "https://creatorfinder.dev/",
  "privacy_url": "https://creatorfinder.dev/",
  "contact": {
    "url": "https://creatorfinder.dev/"
  },
  "classification": {
    "public_sources_only": true,
    "not_breach_data": true
  },
  "last_updated": "2026-04-29"
}
