Aicado.ai is a versatile platform offering a range of generative AI tools designed to create innovative and unique AI-driven content. It enables users to effortlessly produce exceptional images, text, file, audio, or video outputs for various applications, including projects, websites, or blogs, without needing any coding skills.
The reference is your key to a comprehensive understanding of the Aicado API.
<aside>
❗ To dive into a world of innovation and digital creativity, you will need your Access Token
, which can be obtained from here.
</aside>
The base URL to send all API requests is https://run.aicado.ai/api/1.1/wf
. HTTPS is required for all API requests.
JSON CONVENTIONS
"run_id"
property. You may omit dashes from the ID when making requests to the API.snake_case
(not camelCase
or kebab-case
).2020-08-12T02:12:33.231Z
)Our application has a rate limit that varies depending on the plan. As you upgrade your plan, the rate limit increases accordingly.
Rate-limited requests will return a "account_error"
. For more information please visit this page.
The maximum file size for uploads is 50MB. If your file exceeds this limit, it must be split into smaller parts before uploading.
HTTP response codes are used to indicate general classes of success and error.
HTTP Status Quote | code |
message |
---|---|---|
200 | Successfully processed request. |
Error responses contain more detail about the error in the response body, in the "code"
and "message"
properties.
HTTP Status Quote | code |
message |
---|---|---|
400 | invalid_json | The request body could not be decoded as JSON |
invalid_request_url | This request URL is not valid. | |
invalid_request | This request is not supported. | |
401 | unauthorized | The bearer token is not valid. |
404 | Not found | The request URL is not found. |
405 | Wrong method | The request method is wrong. |
500+ | Internal bug. Please file a bug report at s[email protected] |
To securely access the aicado.ai API, you are required to have a Access Token
. It is essential for authenticating your API requests and ensuring that they are processed correctly**.**
<aside>
💡 All API calls to Aicado AI must include a parameter with your Access Token
key. The format should follow this structure:
<base_url>endpoint_url?access_token=your_access_token
or <base_url>endpoint_url?api_token=your_access_token
</aside>
This format ensures that each request is authenticated with your unique Access Token
.
Follow these steps to obtain your Access Token
:
Access Token
. In case you have previously created a token, you can also use the existing credentials displayed on your profile.Visit the following link to manage your API tokens: here
<aside> 💡 Once you obtain your Access Token, you can use it for life time. You will need access token to run AI models, so it is important to keep it secure. However, if you suspect any issues, you can renew your Access Token at any time through the Aicado app.
</aside>
By integrating Bubble.io with Aicado AI, you can capture the potential of AI in your Bubble apps. To facilitate this integration and allow you to easily benefit from AI features, we have created Bubble templates and a Bubble plugin.
For a quick start, all you need to do is get and play with the associated template for the Aicado AI model you want to use, free of charge. This way, you can not only test the model but also examine how to integrate Aicado AI most effectively.
If you want to create everything from scratch, you can use our freely provided "Aicado AI / ML Made Easy" plugin to run AI models in your own app.
Let's dig deeper!