How it works?
The Aicado AI Connector plugin is designed to help you add AI functionality to your Bubble app with minimal effort. To accomplish this, the plugin includes a single server-side action, which can run all supported AI models.
Action Run Process:
It sends a request to the selected AI model’s endpoint on Aicado using your API key to create an AI run.
The plugin immediately returns the
run_id
.Once the run is complete, Aicado sends the model output to your app’s webhook, along with the corresponding
run_id
.
Last updated
Was this helpful?