Developer API
Last updated
Was this helpful?
Last updated
Was this helpful?
To interact with Algovera's API, you first need to generate an API key, which you can generate from the app. Once you are logged in and purchased the credits, select Account
from your profile.
There you can generate your API key under the API Keys
section by selecting Create new key
Make sure to copy and keep your key carefully. Keys will only be shown at creation.
APIEndpoint
: https://api.algovera.ai
The above call will return all the available models.
Once you post a job, it returns a job_id
that your could use to check the status of the job as well as to retrieve the output of the job (in this case the image).
Payload contains params for the job as well as your api_key
job_status can be created
(the job is created and either is in queue or being processed), done
, failed
Note: For API documentation, you can refer to
Getting the available base models
Posting a job
Checking the status of your job