Delphi (Natural Language)
Generate query
Delphi (Natural Language)
Generate query
Query
POST
/
delphi
/
query
curl --request POST \
--url https://app.delphihq.com/api/delphi/query \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--header 'X-CLIENT-ID: <api-key>' \
--data '{
"input": "<string>",
"fields": [
"<string>"
],
"filters": {},
"type": "cube",
"notes": [
"<string>"
],
"cubes": [
{
"name": "<string>",
"title": "<string>",
"description": "<string>",
"measures": [
{
"name": "<string>",
"title": "<string>",
"description": "<string>",
"type": "<string>"
}
],
"dimensions": [
{
"name": "<string>",
"title": "<string>",
"description": "<string>",
"type": "<string>"
}
]
}
]
}'
{
"status": "ok",
"result": {
"query": {}
}
}
Body
application/json
Available options:
cube
curl --request POST \
--url https://app.delphihq.com/api/delphi/query \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--header 'X-CLIENT-ID: <api-key>' \
--data '{
"input": "<string>",
"fields": [
"<string>"
],
"filters": {},
"type": "cube",
"notes": [
"<string>"
],
"cubes": [
{
"name": "<string>",
"title": "<string>",
"description": "<string>",
"measures": [
{
"name": "<string>",
"title": "<string>",
"description": "<string>",
"type": "<string>"
}
],
"dimensions": [
{
"name": "<string>",
"title": "<string>",
"description": "<string>",
"type": "<string>"
}
]
}
]
}'
{
"status": "ok",
"result": {
"query": {}
}
}