get https://api.crunchbase.com/v4/data/autocompletes
Responses
xxxxxxxxxx
curl --request GET \
--url https://api.crunchbase.com/v4/data/autocompletes \
--header 'accept: application/json'
xxxxxxxxxx
17{
"entities": [
{
"facet_ids": [
"string"
],
"identifier": {
"entity_def_id": "string",
"image_id": "string",
"permalink": "string",
"uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"value": "string"
},
"short_description": "string"
}
]
}