This section documents the ads data returned by the ChatGPT endpoint. Ads are part of the ChatGPT response (no separate API call is needed), but you must opt-in withDocumentation Index
Fetch the complete documentation index at: https://docs.cloro.dev/llms.txt
Use this file to discover all available pages before exploring further.
include.ads: true.
Example request
Ads are opt-in. Setinclude.ads: true in your request to include them in the response.
ads array documented below.
Overview
Ads are automatically extracted when ChatGPT displays advertising content in responses. To include ads in your response, setinclude.ads: true in your request.

Opt-in featureAds extraction is disabled by default. You must explicitly set
include.ads: true to extract ads from ChatGPT responses.Ad structure
Each ad contains:| Field | Type | Description |
|---|---|---|
brand | object | Advertiser brand information (name, url, favicon) |
cards | array | Array of carousel cards promoting products/services |
Brand structure
The brand object includes:| Field | Type | Description |
|---|---|---|
name | string | Advertiser brand name |
url | string | Advertiser brand URL with attribution |
favicon | string | Advertiser brand favicon URL (optional) |
Card structure
Each carousel card includes:| Field | Type | Description |
|---|---|---|
title | string | Card title/heading |
body | string | Card description text |
url | string | Card destination URL with attribution |
image | string | Card image URL (optional) |