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

Public Configuration

Get all public configurations

get

Retrieves all configurations of index providers. The returned response contains only search keys. Write keys are not returned.

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstring · min: 3 · max: 16Required

The tenant that the caller is acting upon.

Please note that this value is always lowercase.

Pattern: ^[a-z][a-z0-9]+$
Responses
200Success
application/json
searchKeystringOptional

API Key used for search purposes.

applicationIdstringOptional

Application id of an indexer provider.

indexNamestringOptional

Identifier of an index.

providerstring · enumOptional

Index provider name. Supported providers: ALGOLIA (https://www.algolia.com), BATTERY_INCLUDED (https://www.batteryincluded.io). Only one provider can be active per tenant at a time.

Possible values:
activebooleanOptional

Indicates if the configuration is active or not.

get/indexing/{tenant}/public/configurations

Get public configuration

get

Retrieves a single public configuration by a provider name. Supported providers:

  • Algolia - https://www.algolia.com

  • Battery Included - https://www.batteryincluded.io

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstring · min: 3 · max: 16Required

The tenant that the caller is acting upon.

Please note that this value is always lowercase.

Pattern: ^[a-z][a-z0-9]+$
providerstring · enumRequired

Provider name. Supported values: ALGOLIA, BATTERY_INCLUDED

Possible values:
Responses
200

OK

application/json
searchKeystringOptional

API Key used for search purposes.

applicationIdstringOptional

Application id of an indexer provider.

indexNamestringOptional

Identifier of an index.

providerstring · enumOptional

Index provider name. Supported providers: ALGOLIA (https://www.algolia.com), BATTERY_INCLUDED (https://www.batteryincluded.io). Only one provider can be active per tenant at a time.

Possible values:
activebooleanOptional

Indicates if the configuration is active or not.

get/indexing/{tenant}/public/configurations/{provider}

Last updated

Was this helpful?