ApiWikis
Get Wiki Page
Fetch a single page including its markdown body.
Fetch a single page including its markdown body.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
wiki_id*Wiki Id
Format
uuidpage_path*Page Path
Header Parameters
X-API-Key?string|null
Response Body
application/json
application/json
curl -X GET "https://api.levainlabs.com/api/v1/wikis/497f6eca-6276-4993-bfeb-53cbbbba6f08/pages/string"{
"path": "string",
"byte_size": 0,
"body": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}