Create data point

Send a new data point to a channel for automated AI analysis. Each data point represents a single piece of customer feedback (e.g. an app review, a support ticket, or an NPS response).

The text field contains the content to analyze, and timestamp records when the feedback was originally received (in ISO 8601 format). You can optionally attach source_title and source_url to track provenance, and include metadata key-value pairs for additional context.

Once created, Dovetail will automatically classify the data point against the channel's topics.

Returns the data point object without the text content.

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

Body

string
required
length between 1 and 5000000

The data point's content, used to analyze and classify the data point.

string
required

Unique identifier of the channel that the data point is associated with.

string
required

The data point's timestamp in ISO8601 format.

string
length between 1 and 100

The title of the original source from which this data point was extracted.

string
length between 1 and 5000

The URL of the original source from which this data point was extracted.

metadata
object

Optional key-value metadata to be included with the data point.

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