API Designer

by Ruveyda Yilmaz
5
4
3
2
1
Score: 51/100

Description

Category: Coding & Technical Tools

The API Designer plugin provides a visual way to craft and document API endpoints directly inside your notes. It lets you define request and response bodies, specify fields with names and data types and adjust these structures quickly as your ideas evolve. The interface stays clean and adapts smoothly to different layouts, which makes it easy to sketch out schemas while writing. Themes can be customised with a simple JSON palette, allowing you to tune the look to your workspace.

Reviews

No reviews yet.

Stats

11
stars
444
downloads
2
forks
178
days
180
days
180
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

6 months ago

Changelog

README file from

Github

API Designer Plugin

A plugin for Obsidian that lets you design and document API endpoints visually without leaving your notes.

API Designer

Features

  • Create endpoints with request and response bodies
  • Define properties with name and type
  • Add or remove fields instantly
  • Clean, responsive layout that adapts to your workspace

Getting Started

  1. Install and enable the plugin in Obsidian.
  2. Open any note where you want to design an API.
  3. Use the toolbar button to add an endpoint.
  4. Define your request/response fields visually.

Usage Example

That’s it! Your API schema is saved directly in Markdown.

Custom Themes

Personalize your API designer with a custom color scheme:

  1. Open Settings → API Designer.
  2. Add a JSON theme, for example:
{
  "blue": "#4dabf7",
  "green": "#8ed377",
  "yellow": "#fff06eff",
  "red": "#ec687c"
}

If you find this plugin useful, consider supporting me:

ko-fi

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.