Skip to main content
POST
/
datasets
/
{dataset_id}
/
mapfields
cURL
curl --request POST \
  --url https://api.axiom.co/v2/datasets/{dataset_id}/mapfields \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "fieldname"
}
'
{
  "name": "fieldname"
}

Documentation Index

Fetch the complete documentation index at: https://axiom.co/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate using an API token or personal access token (PAT). Include the token as a Bearer token: Authorization: Bearer <token>. For more information, see Tokens.

Path Parameters

dataset_id
string
required

Body

application/json

A map field, described by a name

name
string
required

Response

200 - application/json

A mapfield, described by a name

A map field, described by a name

name
string
required