Create an entry with taxonomy
POST https://{{base_url}}/v3/content_types/{{content_type_uid}}/entries
The Create an entry with taxonomy request lets you create a new entry for a selected content type that contains a taxonomy field.
To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken.Â
Read more about it in Authentication.
For more information, refer to the Create an entry with taxonomy API Reference document
Request Body
{"entry"=>{"title"=>"Sample Entry Two", "taxonomies"=>[{"taxonomy_uid"=>"sample_one", "term_uid"=>"data_science"}, {"taxonomy_uid"=>"sample_two", "term_uid"=>"term_a2"}, {"taxonomy_uid"=>"sample_two", "term_uid"=>"term_a1"}]}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
api_key | string | ||
authtoken | string | ||
authorization | string | For this call we recommend you to use management token. | |
Content-Type | string |