Frequently asked questions
What Apidoke is, how it works, and how it handles your data.
Getting started
What is Apidoke?
Apidoke is a platform for writing, previewing, and publishing interactive API documentation. You author your API in the open API Blueprint format, preview it live in a split editor, and publish a three-column reference with a built-in try-it console.
Who is Apidoke for?
Developers and API teams who want clean, interactive documentation without setting up a static-site generator, repository, or CI pipeline. If you’ve used Apiary, Apidoke will feel familiar.
What is API Blueprint?
API Blueprint is an open, Markdown-based language for describing web APIs. Apidoke uses the API Blueprint 1A format, so your documentation is portable plain text you fully control.
Does Apidoke support OpenAPI or Swagger?
Apidoke documents are authored in API Blueprint, not OpenAPI/Swagger. If you’re coming from OpenAPI, you describe your endpoints in API Blueprint’s Markdown-based syntax, there’s a short guide linked from the editor.
Editing & publishing
How does the live preview work?
The editor is split: you type API Blueprint on the left and the rendered reference updates on the right as you go. You can switch to editor-only or preview-only at any time.
Are my changes saved automatically?
Yes. Apidoke auto-saves as you type and also lets you save manually with a comment. Every save creates a version you can restore later.
How do I publish my docs?
Toggle a project to public and it’s immediately live at a clean, shareable URL, no build step or deploy. Keep it private while you’re still drafting.
Can I roll back to an earlier version?
Yes. Apidoke keeps a version history per project (up to 50 versions). You can restore any previous version in one click, and your current draft is snapshotted first.
Try-it console
What can the try-it console do?
It turns every documented endpoint into a live request. Readers can set headers, query and path parameters, and a request body, send a real HTTP request, and read the response, including status code, timing and headers.
Does the try-it console store my API tokens?
No. Try-it requests are sent directly from the reader’s browser to your API. Authentication headers and tokens never pass through Apidoke’s servers.
Hosting, privacy & data
Can I self-host Apidoke?
Yes. Apidoke runs as an ASP.NET Core 8 application with a MySQL database, serving the single-page app and API together. You can run it on your own server so your docs and data stay inside your network.
Who can see my documentation?
You control visibility per project. Private projects are only visible to you when signed in; public projects are readable by anyone with the link. Nothing is public until you choose to publish it.
Is Apidoke free?
Yes, you can create an account and publish docs at no cost. Apidoke is also self-hostable if you prefer to run it yourself.
Still curious? Just try it.
Create a free account and publish your first interactive API doc.
Start free →