Storyden
Misc

API documentation

This endpoint returns the OpenAPI documentation for the Storyden API in an interactive HTML format. This is useful for developers who want to explore the API and test endpoints without writing code.

This endpoint returns the OpenAPI documentation for the Storyden API in an interactive HTML format. This is useful for developers who want to explore the API and test endpoints without writing code.

GET/docs

Response Body

curl -X GET "https://loading/api/docs"
"string"
{
  "error": "string",
  "message": "string",
  "suggested": "string",
  "metadata": {}
}