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.
GET
/docsThis 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.
Response Body
text/html
application/json
curl -X GET "https://example.com/docs""string"{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}