🎉 Try the public beta of the new docs site at algolia.com/doc-beta! 🎉
Tools / Crawler / APIs / Configuration
Type: string
Required
Parameter syntax
apiKey: 'your_api_key'

About this parameter

API key for your targeted application.

Using the Admin API key is not allowed, and it must:

  • Have the following rights: search, addObject, deleteObject, deleteIndex, settings, editSettings, listIndexes, browse
  • Have access to the correct set of indices, according to the indexPrefix (e.g. have access to crawler_* if the indexPrefix is crawler_)

This key will be generated for you by the Admin Console when you create a configuration if you don’t provide one yourself.

Examples

1
2
3
{
  apiKey: '33758f9a4be7766e94bf8800aad345900',
}
Did you find this page helpful?