ChatGPT
Chat
One prompt to ChatGPT, answered as markdown and HTML with its sources, plus whatever shopping results, ads and web searches it used. Stateless — no conversation is kept. Costs 25 credits.
GET
/v1/chatgpt/chat25 creditsParameters
| Name | Type | Required | Description |
|---|---|---|---|
| q | string | required | Prompt text, up to 1024 characters. |
| model | string | optional | Model to answer with, e.g. "gpt-5". Default "auto". |
| geoCode | string | optional | ISO-3166-1 alpha-2 locale signal for the reply language. Default "us". |
| raw_sse | boolean | optional | Include the raw upstream stream, for debugging. |
| shopping_placeholders | boolean | optional | Replace inline products with {{shopping:<id>}} tokens instead of rendering them. |
Request
curl --request GET 'https://data-api.roketfy.com/v1/chatgpt/chat?q=%3Cq%3E' \
--header 'Authorization: Bearer YOUR_TOKEN'MCP
Available to AI agents as the tool chatgpt_chat, with the same parameters and the same credit cost.