Endpoints
1
Operations in spec
Format
YAML
Export target
Version
3.0.3
Spec output
Server
https://api.checkkit.tech
First server URL
Spec Builder· Maintain title, server URL, and endpoint definitions visually.
Exported Spec· Generated live from the current builder state.
openapi: 3.0.3
info:
title: Check Kit Tool API
version: 1.0.0
servers:
- url: https://api.checkkit.tech
paths:
/users:
get:
summary: List users
responses:
"200":
description: Success
content:
application/json:
schema:
type: array
items:
type: object
properties:
id:
type: string
email:
type: string
format: email
required:
- id
- email
example:
- id: usr_01
email: hello@example.com
Import Existing Spec· Paste JSON or YAML to hydrate the builder.
openapi-generator