diff --git a/doc/ci/api/README.md b/doc/ci/api/README.md
index d573bea0f80bc1ea1c48cd0fcdb953105c66277a..94ef4d2c38d535f3d1b2c32518e5d021a2741d80 100644
--- a/doc/ci/api/README.md
+++ b/doc/ci/api/README.md
@@ -8,6 +8,14 @@ GitLab CI Runners.
 For consumer API take a look at this [documentation](../../api/README.md) where
 you will find all relevant information.
 
+## API Prefix
+
+Current CI API prefix is `/ci/api/v1`.
+
+You need to prepend this prefix to all examples in this documentation, like:
+
+    GET /ci/api/v1/builds/:id/artifacts
+
 ## Resources
 
 - [Builds](builds.md)