askCompany.title
askCompany.description
Ask questions about a company using our AI model. You can specify the model to use (small or large) and optionally provide fields to structure the response.
Query parameters
The domain name of the company you want to inquire about.
…/companies/microsoft.com/ask
The specific question you want to ask about the company.
What are the products that company offers?
An array defining the simplified field structure for the response.
If not provided, the structure will be automatically generated based on your question.
Available values for each field:
- `description`: A description explaining the field's purpose (optional)
- `key`: A unique identifier string, typically in camelCase format (required)
- `type`: The data type of the field (required)
[{"description":"The products that the company offers","key":"products","type":"array|string"}]
The AI model to be used for processing the question.
large
Possible values
Response
The answer to the question in a structured way.
The meta information about the response.