GET
/
v1
/
tako_tools_description
cURL
curl --request GET \
  --url https://trytako.com/api/v1/tako_tools_description \
  --header 'X-API-Key: <api-key>'
{
  "search_tools": [
    {
      "index": "tako",
      "description": "<string>"
    }
  ]
}

Notes

  • To authenticate, you’ll need a Tako API key. It’s best practice to store it as an environment variable to avoid hardcoding sensitive credentials in your code.

Authorizations

X-API-Key
string
header
required

Query Parameters

index_ids
string

IDs of the indexes to get descriptions for

Response

200 - application/json

List of search tools by index

search_tools
TakoSearchIndexToolDescription · object[]
required

Descriptions of the search tools by index