v50
latestOpenAPI 3.1.0Creative Force Client Subscription Termsraw.githubusercontent.com2026-07-137852387.4 KBFields
Create a field
Creates a field.
post/field
Headers
Accept'application/vnd.Creative Force.v2.3+json' | 'application/vnd.Creative Force.v2.3+xml' required
Defines the response type.
x-api-languagestring[]
Defines the languages included in the response. If non are provided, the account default language is returned.
Value all overrides any other values present.
You can request multiple languages using a comma-separated string of languages.
The selected language must be supported by your account or a 400 error is returned.
Request body
Response
Field created.
Example response
{
"entrant_read_access": true,
"entrant_write_access": true,
"auto_scoring": 0,
"categories": [
"*"
],
"category_count": "all",
"conditional_field": null,
"created": "2025-01-15T09:00:00Z",
"file_types": [],
"form": {
"slug": "GhIjKlMn",
"link": "https://api.au.cr4ce.com/form/GhIjKlMn",
"name": {
"en_GB": "Entry form"
}
},
"help_text": {
"en_GB": "<p>Provide a concise summary of your work.</p>"
},
"hint_text": {
"en_GB": "<p>Up to 500 words.</p>"
},
"label": {
"en_GB": "<p>Summary</p>"
},
"max_file_size": null,
"maximum_characters": null,
"maximum_words": 500,
"minimum_characters": null,
"minimum_words": null,
"options": [],
"order": 1,
"protection": "standard",
"registration": null,
"required": true,
"resource": "entries",
"searchable": true,
"season": {
"slug": "QrStUvWx",
"link": "https://api.au.cr4ce.com/season/QrStUvWx",
"name": {
"en_GB": "2025"
}
},
"slug": "AbCdEfGh",
"tab": {
"slug": "StUvWxYz",
"link": "https://api.au.cr4ce.com/tab/StUvWxYz",
"name": {
"en_GB": "About you"
}
},
"title": {
"en_GB": "Summary"
},
"type": "textarea",
"updated": "2025-06-20T14:30:00Z",
"visibility": [
"qualifying",
"vip_judging"
]
}