DocumentationDashboard

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 credits

Parameters

NameTypeRequiredDescription
qstringrequiredPrompt text, up to 1024 characters.
modelstringoptionalModel to answer with, e.g. "gpt-5". Default "auto".
geoCodestringoptionalISO-3166-1 alpha-2 locale signal for the reply language. Default "us".
raw_ssebooleanoptionalInclude the raw upstream stream, for debugging.
shopping_placeholdersbooleanoptionalReplace 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.