cURL
Traces API
Add Trace to Dataset
Add a trace to a dataset, enabling continuous fine-tuning with fresh, real-world data. If the trace score is above a threshold, a positive datapoint is added; if too low, a new positive datapoint is generated based on user feedback.
POST
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
success response
Trace identifier that was processed.
added when the datapoint is stored immediately, queued when generation is in progress, failed when the operation could not start.
Available options:
added, queued, failed true when the action succeeded, false when it failed.
Identifier of the created datapoint when available.