Skip to main content
POST
/
docs
cURL
curl --request POST \
  --url https://lex.page/api/v1/docs \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "title": "<string>",
  "html": "<string>",
  "path": "~"
}'
{
  "uuid": "<string>"
}

Authorizations

Authorization
string
header
required

Body

application/json
title
string
required
html
string
path
string
default:~

Response

uuid
string