Storyden
Misc

OpenAPI specification

This endpoint returns the OpenAPI specification for the Storyden API in JSON format. This is useful for clients that want to dynamically load the API specification for documentation or code generation.

GET/openapi.json

This endpoint returns the OpenAPI specification for the Storyden API in JSON format. This is useful for clients that want to dynamically load the API specification for documentation or code generation.

Response Body

application/vnd.oai.openapi+json;version=3.1.0

application/json

curl -X GET "https://example.com/openapi.json"
{}
{
  "type": "string",
  "title": "string",
  "detail": "string",
  "trace_id": "string",
  "metadata": {}
}