Generating Search-Only API Key in Typesense Cloud
TLDR John needed help with generating a search-only API key. Jason guided on how to retrieve it from Typesense's documentation.
1
Jun 02, 2022 (19 months ago)
John
04:43 PMJason
04:45 PMhttps://typesense.org/docs/0.22.2/api/api-keys.html#search-only-api-key
Jason
04:46 PM{
'description': 'Search-only companies key.',
'actions': ['documents:search'],
'collections': ['companies']
}
1
John
04:51 PMTypesense
Indexed 3015 threads (79% resolved)
Similar Threads
Resolving Issues with Scoped API Keys in Typesense with Golang
Suvarna had problems with generating and using scoped API keys in Typesense with Golang. Several bugs misleading the user were found and fixed by Kishore Nallan.
Issues with Generating Scope API Keys in Python
Danny had issues generating a valid scope API key in a Python GraphQL server. Jason suggested encoding changes and confirmed that the key length varies. Issue unresolved with Python, although JS library worked.
Resolving Typesense Server Connection with Correct API Keys and Paths
Rubai had trouble creating a working API key for Typesense and understanding number_hits versus num_documents. Jason provided clarification and correct code for generating a search-only API Key and using correct server configurations.