v1

latestOpenAPI 3.0.32026-07-26710398.3 KB
Project

Get Chat

Get a single chat

get/chats/{chat_id}/content

Path parameters

chat_idstring required

Query parameters

project_idstring

Required if using a company api key

Example:or_f45b94ba-5e35-4982-93ed-285e72ee14eb

Response

Success

idstring required
queriesstring[] required
featuresstring[] required

Example response

{
  "id": "ch_61184892-36ad-4e1a-8178-3a83608f7711",
  "prompt": {
    "id": "pr_93f790de-5b7a-45ee-b782-61103c81f20d"
  },
  "model": {
    "id": "gpt-4o-search"
  },
  "model_channel": {
    "id": "openai-1"
  },
  "sources": [
    {
      "url": "https://peec.ai/blog#header",
      "url_normalized": "peec.ai/blog",
      "urlNormalized": "peec.ai/blog",
      "domain": "peec.ai"
    }
  ],
  "brands_mentioned": [
    {
      "id": "kw_915e742b-396d-4a86-ad57-8bc84e8c2232",
      "name": "Peec AI"
    }
  ],
  "messages": [
    {
      "role": "user",
      "content": "Example Prompt"
    },
    {
      "role": "assistant",
      "content": "Example Response"
    }
  ],
  "queries": [
    "best AI search tools 2026"
  ],
  "products": [
    {
      "name": "Peec AI Pro",
      "queries": [
        "buy Peec AI Pro online"
      ]
    }
  ],
  "maps": [
    {
      "name": "J&F Drainage",
      "url": "https://www.google.com/maps/dir/?api=1&destination=53.850994%2C-3.009608"
    }
  ],
  "ads": [
    {
      "brand_name": "Whoop",
      "brandName": "Whoop",
      "url": "https://www.whoop.com/",
      "id": "697cd903185c819684793d8936700e6f",
      "ad_unit_type": "single_advertiser_ad_unit",
      "adUnitType": "single_advertiser_ad_unit",
      "ads_request_id": "069eb308-ae3b-7ae5-8000-641914dcb9b0",
      "adsRequestId": "069eb308-ae3b-7ae5-8000-641914dcb9b0",
      "cards": [
        {
          "title": "Win Your Routine",
          "body": "Daily guidance for your goals",
          "image_url": "https://bzrcdn.openai.com/<hash>.png",
          "imageUrl": "https://bzrcdn.openai.com/<hash>.png",
          "target_url": "https://join.whoop.com/chatgpt4/?utm_source=chatgpt&utm_medium=cpc",
          "targetUrl": "https://join.whoop.com/chatgpt4/?utm_source=chatgpt&utm_medium=cpc"
        }
      ]
    }
  ]
}