For the complete documentation index, see llms.txt. This page is also available as Markdown.

Health

Health of the api

Get health of the API

get
Authorizations
PRIVATE-TOKENstringRequired
Responses
200

OK

application/json
statusstringRequired

Status - either OK or FAIL

get/v3/health
GET /v3/health HTTP/1.1
Host: api.i3d.net
PRIVATE-TOKEN: YOUR_API_KEY
Accept: */*
{
  "status": "text"
}

Last updated

Was this helpful?