API Designer

approved

by Ruveyda Yilmaz

Design and document API endpoints visually without leaving your notes.

8 stars301 downloadsUpdated 3mo agoMIT
View on 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

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.