Learn how to discover, integrate, and customize pre-built flows from the Mira Flows Marketplace
Mira Flows offers a Marketplace where you can explore and use a variety of pre-built flows. There are two primary ways to utilize these flows:
🛠️ Using the Mira Flows SDK
🌐 Direct API calls (without the SDK)
To discover available flows:
🚀 Navigate to the Marketplace
🔎 Browse or search for flows that fit your needs
For those who prefer not to use the SDK or are working in other programming languages, you can interact with flows directly via API calls:
🔍 Find the flow you want to use in the marketplace and view its API documentation.
📡 Use the flow’s API endpoint in your HTTP requests
Replace YOUR_API_KEY
, author
, and flow_name
with your actual API key, author name, and flow name, and adjust the endpoint and payload structure according to the specific flow’s requirements.
Response:
Complete example showcasing how to integrate and use Marketplace flows in your applications.
Learn how to discover, integrate, and customize pre-built flows from the Mira Flows Marketplace
Mira Flows offers a Marketplace where you can explore and use a variety of pre-built flows. There are two primary ways to utilize these flows:
🛠️ Using the Mira Flows SDK
🌐 Direct API calls (without the SDK)
To discover available flows:
🚀 Navigate to the Marketplace
🔎 Browse or search for flows that fit your needs
For those who prefer not to use the SDK or are working in other programming languages, you can interact with flows directly via API calls:
🔍 Find the flow you want to use in the marketplace and view its API documentation.
📡 Use the flow’s API endpoint in your HTTP requests
Replace YOUR_API_KEY
, author
, and flow_name
with your actual API key, author name, and flow name, and adjust the endpoint and payload structure according to the specific flow’s requirements.
Response:
Complete example showcasing how to integrate and use Marketplace flows in your applications.