Custom fields
Append specialized metadata to your content through user-defined fields.
This API provides structured ways to enrich your docs with extra attributes. You can create and manage custom fields to store additional data.
Authorizations
Path parameters
organizationIdstringrequired
The unique id of the organization
Query parameters
pagestringoptional
Identifier of the page results to fetch.
limitnumber · max: 1000optional
The number of results per page
Responses
application/json
cURL
JavaScript
Python
HTTP
200
Authorizations
Path parameters
organizationIdstringrequired
The unique id of the organization
Body
namestring · min: 1 · max: 50requiredPattern:
^[a-z_\-0-9]+$
typestring · enumrequiredAvailable options:
titlestring · max: 100optional
descriptionstring · max: 200optional
placeholderstring · max: 100optional
optionsstring[] · min: 1 · max: 50optional
Responses
application/json
cURL
JavaScript
Python
HTTP
201
Authorizations
Path parameters
organizationIdstringrequired
The unique id of the organization
fieldNamestringrequired
The name of the custom field
Body
titlestring · max: 100optional
descriptionstring · max: 200optional
placeholderstring · max: 100optional
optionsstring[] · min: 1 · max: 50optional
Responses
application/json
cURL
JavaScript
Python
HTTP
200
Was this helpful?