Bakta API
Bakta provides a open-access REST-API that can be used to annotate own genomes programmatically.
The API and the corresponding OpenAPI 3.1 documentation can be found here:
https://api.bakta.computational.bio

The API provides the following endpoints:
- Init Job - Initializes a new annotation job
- Start Job - Start a previously initialized job
- Delete Job - Deleting an existing job
Procedure
The overall procedure for jobs should look like this:
Init -> Put Data -> Start -> List (wait till job succeeeds) -> Query Results
Bugs and Issues
If you find any bugs, issues please report them here:
Bakta Web backend: https://github.com/ag-computational-bio/bakta-web-backend