Skip to main content
The GET /2.0/ai_agent_default endpoint allows you to fetch the default configuration for AI services. Once you get the configuration details you can override them using the parameter.

Send a request

To send a request, use the GET /2.0/ai_agent_default endpoint. Make sure you have generated the developer token to authorize your app. See for details.

Parameters

To make a call, you must pass the following parameters. Mandatory parameters are in bold.
ParameterDescriptionExample
languageThe language code the agent configuration is returned for. If the language is not supported, the default configuration is returned.ja-JP
modeThe mode used to filter the agent configuration. The value can be ask, text_gen, extract, or extract_structured depending on the result you want to achieve.ask
modelThe model you want to get the configuration for. To make sure your chosen model is supported, see the .openai__gpt_5_mini

Responses

The responses to the call may vary depending on the mode parameter value you choose.
When you set the mode parameter to ask the response will be as follows:
Last modified on June 1, 2026