curl --request GET \
--url https://api.globalwebindex.com/v1/spark-api/datasets \
--header 'Authorization: <api-key>'
[
{
"code": "ds-core",
"name": "GWI Core",
"description": "Our primary data set on the attitudes and behaviors of digital consumers.",
"url": "https://help.globalwebindex.com/en/collections/11937099-gwi-core"
}
]
Datasets
List available datasets
Returns the list of datasets available for chat and insights.
GET
/
v1
/
spark-api
/
datasets
List available datasets
curl --request GET \
--url https://api.globalwebindex.com/v1/spark-api/datasets \
--header 'Authorization: <api-key>'
[
{
"code": "ds-core",
"name": "GWI Core",
"description": "Our primary data set on the attitudes and behaviors of digital consumers.",
"url": "https://help.globalwebindex.com/en/collections/11937099-gwi-core"
}
]