GenerationsIdPagesPath

Get one page as markdown

GET
/generations/{id}/pages/{path}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string
Formatuuid
path*string

Response Body

text/markdown

application/json

application/json

curl -X GET "https://example.com/generations/497f6eca-6276-4993-bfeb-53cbbbba6f08/pages/string"
Empty
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
{
  "error": {
    "code": "string",
    "message": "string"
  }
}

On this page