diff --git a/support/doc/api/quickstart.md b/support/doc/api/quickstart.md index 3a34a1429..1b9e40e2a 100644 --- a/support/doc/api/quickstart.md +++ b/support/doc/api/quickstart.md @@ -1,5 +1,13 @@ # REST API quick start +## Detect a PeerTube instance + +There are several ways to know if a website uses the PeerTube software: + + * The server exposes NodeInfo information: https://peertube2.cpy.re/nodeinfo/2.0.json + * The server sends a `x-powered-by: PeerTube` header response to API requests + * HTML pages include a `` tag + ## Authentication ### Get client