{
  "name": "legal.exploreworldai.com",
  "generated_at": "2026-09-14T20:40:30.850Z",
  "model": "pay-per-use",
  "currency": "EUR",
  "subscription": false,
  "contract_required": false,
  "token_fees": false,
  "lock_in": false,
  "getting_started": [
    "Read HTML pages freely; no key, no account.",
    "Create your own agent: POST {\"pipeline\":\"<name>\"} to /api/public/v1/agents/provision.",
    "Or just call a machine surface: the first unpaid call returns 402 with a provisioned agent.",
    "Every new agent starts with 1000 free fetches.",
    "Top up the prepaid balance and keep fetching; the price per fetch is fixed per tier."
  ],
  "provisioning": {
    "mode": "self-service-or-automatic-on-402",
    "self_service_endpoint": "https://legal.exploreworldai.com/api/public/v1/agents/provision",
    "self_service_method": "POST",
    "self_service_request": {
      "pipeline": "<your pipeline name>",
      "contact": "<optional email>",
      "purpose": "<optional>"
    },
    "self_service_note": "Returns agent_id, agent_key (once) and the welcome fetches. Calling again with the same pipeline name returns the same agent without the key.",
    "customer_panel": "https://legal.exploreworldai.com/kundpanel",
    "topup_page": "https://legal.exploreworldai.com/priser",
    "checkout_api": "https://legal.exploreworldai.com/api/public/payments/checkout",
    "welcome_fetches": 1000,
    "agent_url_pattern": "https://legal.exploreworldai.com/min-agent/{agent_id}",
    "agent_api_pattern": "https://legal.exploreworldai.com/api/public/v1/agent/{agent_id}",
    "key_header": "x-partner-key",
    "key_prefix": "ag_",
    "key_note": "The secret is shown once, in the 402 body that creates the agent."
  },
  "payment_required_response": {
    "status": 402,
    "fields": [
      "agent_id",
      "agent_url",
      "agent_api",
      "agent_key_prefix",
      "agent_key",
      "agent_balance_eur",
      "agent_free_fetches_left",
      "agent_welcome_grant",
      "agent_terms",
      "topup_url",
      "customer_panel",
      "billing"
    ],
    "headers": [
      "x-legal-agent",
      "x-legal-agent-id",
      "x-legal-agent-api",
      "x-legal-agent-balance-eur",
      "x-legal-agent-free-fetches",
      "x-legal-terms",
      "x-credit-topup",
      "x-legal-billing"
    ],
    "billing": "prepaid-balance; pay-per-fetch; no-subscription; no-contract"
  },
  "terms_url": "https://legal.exploreworldai.com/terms",
  "terms": [
    {
      "id": "read",
      "text": "Right to read, reason and answer, with source and hash in the answer."
    },
    {
      "id": "index",
      "text": "Right to index for your own search, at the index price."
    },
    {
      "id": "train",
      "text": "Training requires the training price per fetch, declared in the request."
    },
    {
      "id": "resale",
      "text": "No resale, no mirroring, no rebuilding into a competing database."
    },
    {
      "id": "cache",
      "text": "Cache for at most 24 hours, then fetch again."
    },
    {
      "id": "term",
      "text": "The terms apply per agent and are accepted by the first paid fetch. No notice period, no end date."
    }
  ],
  "engine": {
    "engine": "NovaCopilot",
    "type": "SLM (Source-Linked Model)",
    "deterministic": true,
    "provenance": "full",
    "offline": true,
    "statement": "NovaCopilot is a deterministic SLM with full provenance - an offline legal source engine delivering AGI properties LLMs cannot reproduce.",
    "url": "https://legal.exploreworldai.com/novacopilot"
  },
  "documents": {
    "index": "https://legal.exploreworldai.com/.well-known/legal-infrastructure.json",
    "coverage": "https://legal.exploreworldai.com/.well-known/coverage.json",
    "pricing": "https://legal.exploreworldai.com/.well-known/pricing.json",
    "freshness": "https://legal.exploreworldai.com/.well-known/freshness.json",
    "agents": "https://legal.exploreworldai.com/.well-known/agents.json",
    "trainingPolicy": "https://legal.exploreworldai.com/.well-known/training-policy.json",
    "license": "https://legal.exploreworldai.com/.well-known/rsl.xml",
    "jwks": "https://legal.exploreworldai.com/.well-known/jwks.json",
    "openapi": "https://legal.exploreworldai.com/api/public/v1/openapi.json",
    "mcp": "https://legal.exploreworldai.com/.well-known/mcp.json",
    "status": "https://legal.exploreworldai.com/api/public/v1/status",
    "freshnessQuery": "https://legal.exploreworldai.com/freshness?id={path}",
    "provisioning": "https://legal.exploreworldai.com/kundpanel",
    "provisioningApi": "https://legal.exploreworldai.com/api/public/v1/agents/provision",
    "documentation": "https://legal.exploreworldai.com/for-ai",
    "transparency": "https://legal.exploreworldai.com/transparens",
    "openData": "https://legal.exploreworldai.com/api/public/v1/open",
    "openDelta": "https://legal.exploreworldai.com/api/public/v1/open/delta",
    "openNodes": "https://legal.exploreworldai.com/api/public/v1/open/nodes",
    "openCitations": "https://legal.exploreworldai.com/api/public/v1/open/citations",
    "openEu": "https://legal.exploreworldai.com/api/public/v1/open/eu",
    "openEuActs": "https://legal.exploreworldai.com/api/public/v1/open/eu/acts",
    "openEuArticles": "https://legal.exploreworldai.com/api/public/v1/open/eu/articles"
  }
}