Skip to content

Create a new linked record from a public form relation field

POST
/api/v1/public/forms/{token}/relations/{fieldId}
curl --request POST \
--url https://example.com/api/v1/public/forms/example/relations/example \
--header 'Content-Type: application/json' \
--data '{ "title": "example" }'
token
required
string
fieldId
required
string
Media typeapplication/json
object
title
required
string
>= 1 characters <= 500 characters
Examplegenerated
{
"title": "example"
}