Skip to main content
GET
/
v1
/
installs
/
{install_id}
/
readme
get install readme rendered with
curl --request GET \
  --url https://api.nuon.co/v1/installs/{install_id}/readme \
  --header 'Authorization: <api-key>'
{
  "original": "<string>",
  "readme": "<string>",
  "warnings": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.nuon.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and token.

Path Parameters

install_id
string
required

install ID

Response

OK

original
string
readme
string
warnings
string[]