Upload Dataset

Dataset Schema

Following is the schema for the dataset required:

Response

Response Object

Example cURL Request

curl --request POST \
     --url https://data-api.foursquare.com/v1/datasets/data \
     --header 'accept: application/json' \
     --header 'content-type: application/json'

Example JSON Response

{
  "name": "string",
  "description": "string",
  "id": "string",
  "type": "managed",
  "privacy": "private",
  "permission": "viewer",
  "isValid": true,
  "createdAt": "2026-07-25T03:52:14.446Z",
  "updatedAt": "2026-07-25T03:52:14.446Z",
  "metadata": {
    "contentType": "string",
    "size": 0
  }
}