OpenAPI/Swagger
Define your endpoints in YAML/JSON and try them out live with Swagger UI.
text
openapi: 3.0.0
info:
title: Example API
version: 1.0.0
paths:
/v1/users:
get:
responses:
'200':
description: OKRelax. We'll talk through this in plain words — no textbook voice.
Define your endpoints in YAML/JSON and try them out live with Swagger UI.
openapi: 3.0.0
info:
title: Example API
version: 1.0.0
paths:
/v1/users:
get:
responses:
'200':
description: OK