For the complete documentation index, see llms.txt. This page is also available as Markdown.

Action: API Request

Mistral AI Operation

The API Request action sends structured queries to external APIs and retrieves real-time data or triggers automated workflows.

Example User Story

I want to automatically fetch the latest weather updates for my travel app, so Mistral AI can send an API request to a weather service and display real-time forecasts for users.

Fields

Field Name
Field Type
Required

method

String

Yes

url

String

Yes

headers

Map

No

queryParams

Map

No

body

String

No

response

String

No

statusCode

Integer

No

Mistral AI

Example link

Code (Apache v2.0): Operation

Last updated