Search entities
curl --request POST \ --url https://app.delphihq.com/api/delphi/search-entities \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --header 'X-CLIENT-ID: <api-key>' \ --data '{ "question": "<string>", "type": "cube", "defaultEntities": [ { "name": "<string>" } ] }'
{ "status": "ok", "result": { "relevantEntities": [ { "name": "<string>" } ] } }
cube
Show child attributes
ok