ConsoleCatalog
Sign in
ChatGPT logo

ChatGPT

chatgpt.comAIno auth

Run prompts against AI assistants

ChatGPT Prompt

ASYNCSEARCHNo auth

Send a prompt to ChatGPT (chatgpt.com, logged-out) and get a structured chat answer. Shopping/web_search routed to the Camoufox verified gpt-5-5 pool

ParametersFormJSON

The prompt to send to ChatGPT (max 4096 chars).

Request live web search. Output reports whether search actually ran via web_search_triggered.

Optional follow-up prompt sent in the same conversation after the first answer.

Include answer_html + answer_section_html (rendered DOM, ~0.5MB). Off by default to keep responses small/inline.

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "chatgpt",
    "params": {
      "prompt": "What is the capital of France? Answer in one sentence.",
      "web_search": false,
      "include_html": false
    }
  }'