website logo
Sign Up ➑Book a Demo
🌐Help Center
πŸ’ΌJobs
Navigate through spaces
🌐Help Center
πŸ’ΌJobs
⌘K
πŸ‘‹Product Documentation Portal
πŸš€GETTING STARTED
Learn the basics
How to get started
Use cases
πŸ“EDITOR
πŸ“ƒDOCUMENTS
πŸ—ƒοΈSPACES
🌎HOSTED SPACES
β˜•ORGANIZATIONS
πŸ“¦IMPORT & EXPORT
πŸ”ŒINTEGRATIONS
πŸ“₯GUIDES
πŸ”ƒPUBLIC API
Doc
πŸ”—EMBEDS EXAMPLES
➿MISC
Docs powered byΒ archbeeΒ 
3min

API Endpoints

We also recognize that many companies are not providing standardised APIs, so we've built an in-house widget to let you describe to your team or customers how your API looks like.

It is also very useful when working together with outside teams, where you need to communicate an API specification, instead of providing a JSON file, you provide a document with this widget, and let it describe anything from URL, Parameters, Cookies, Request structure, Response structure.

You can add one by typing (api) in the editor or clicking the API icon on a new row in the editor.

ο»Ώ
This endpoint allows you to get free cakes.
POST
Params
Path Params
id
required
String
ID of the cake to get, for free of course.
Query Parameters
recipe
required
String
The API will do its best to find a cake matching the provided recipe.
gluten
required
String
Whether the cake should be gluten-free or not.
Header Parameters
X-Auth-Token
required
String
Authentication token to track down who is emptying our stocks.
ο»Ώ
ο»Ώ
Add a new cake
PUT
Params
Body Parameters
id
required
String
ID of the cake to get
ο»Ώ

It's VERY flexible, letting your team describe any type of HTTP endpoint, in detail.

We're also working to make it interactive, so your customers can actually make the request from here.

Updated 31 Jan 2023
Did this page help you?
Yes
No
UP NEXT
OpenAPI / Swagger Block
Docs powered byΒ archbeeΒ 
Cakes API