vikunja/docs/content/doc/usage/api.md
kolaente cc612d505f
All checks were successful
continuous-integration/drone/push Build is passing
docs: make sure all links to vikunja pages are https
2021-10-31 11:23:42 +01:00

19 lines
549 B
Markdown

---
date: "2019-02-12:00:00+02:00"
title: "API Documentation"
draft: false
type: "doc"
menu:
sidebar:
parent: "usage"
---
# API Documentation
You can find the api docs under `http://vikunja.tld/api/v1/docs` of your instance.
A public instance is available on [try.vikunja.io](https://try.vikunja.io/api/v1/docs).
These docs are autgenerated from annotations in the code with swagger.
The specification is hosted at `http://vikunja.tld/api/v1/docs.json`.
You can use this to embed it into other openapi compatible applications if you want.