Skip to content
Readsmith

Which AI features are live

GET/docs/_readsmith/api/ai/capabilities

Reports the degradation ladder's current state, so clients show only the controls that will work. Always answers; a site with no database or keys reports all-off.

Responses
200 OKCurrent capabilities.
Capabilities
searchbooleanrequired

Search is answering (a database is connected).

vectorSearchbooleanrequired

The semantic arm is configured (an embedding key resolves).

askAibooleanrequired

Ask AI is enabled and a chat key resolves.

Request
GET/docs/_readsmith/api/ai/capabilities
cURL
curl 'https://readsmith.dev/docs/_readsmith/api/ai/capabilities'
GET/_readsmith/api/ai/capabilities
Request
Authorization
curl 'https://readsmith.dev/docs/_readsmith/api/ai/capabilities'
Response
Send a request to see the response.
Response
200 OK
{
  "search": false,
  "vectorSearch": false,
  "askAi": false
}
Was this page helpful?