Skip to main content
GET
/
v2
/
industries
/
search
Search industries
curl --request GET \
  --url https://api.tamtam.ai/api/v2/industries/search \
  --header 'Authorization: <api-key>'
[
  {
    "hierarchy": "<string>",
    "id": "<string>",
    "name": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.api.tamtam.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Account API key passed in the Authorization header

Query Parameters

query
string
required

Keyword to search for (e.g. 'fintech', 'software', 'healthcare')

Example:

"software"

limit
integer<int64>
default:20

Maximum number of results (default 20, max 100)

Required range: 1 <= x <= 100
Example:

20

Response

object[] | null

OK

hierarchy
string
required

Full hierarchy path

id
string
required

Industry UUID

name
string
required

Industry name