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:

  1. It sends a request to the selected AI model’s endpoint on Aicado using your API key to create an AI run.

  2. The plugin immediately returns the run_id.

  3. Once the run is complete, Aicado sends the model output to your app’s webhook, along with the corresponding run_id.

Each AI model may require different input types (text, video, audio, image). You must provide the input type required by the model you select. The required input types for each AI model are listed on the next page.

Last updated

Was this helpful?