Create note

Create a new data entry (note) within a Dovetail project. Data entries capture raw research data — interview transcripts, survey responses, or session recordings. They must be associated with a project via project_id.

Note: The notes resource has been renamed to data in Dovetail. New integrations should use Create data (POST /v1/data) instead.

You can provide the initial content as plain text or HTML via the content field, and attach custom field data via the fields array.

Returns the note object without the content body.

Permissions

Please check you have the relevant permissions required to access this resource. This may include specific permissions on the object itself or its parent, or having the correct user role if you're making updates.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Body

string
length ≤ 200

The note's title.

fields
array of objects

The note's fields.

fields
string
length ≤ 100000

The initial content of the note, which may include plain text or HTML content.

string
required

Unique identifier of the project that the note is associated with.

Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json