v1

latestOpenAPI 3.0.12026-07-14453659.5 KB
Language Examples

Create a Feedback Example

Adds a feedback example to the dataset associated with the specified model.

post/v2/language/feedback

Response

Upload success

createdAtstring date-time

Date and time that the example was created.

idinteger required

ID of the example.

locationstring

URL of the image in the dataset. This is a temporary URL that expires in 30 minutes. This URL can be used to display images that were uploaded to a dataset in a UI.

namestring required

Name of the example.

objectstring

Object returned; in this case, example.

Example response

{
  "id": 546,
  "label": {
    "datasetId": 57,
    "id": 621,
    "name": "Mountain",
    "numExamples": 40
  },
  "location": "https://K3A04Q79O5TBySIZSeMIj%2BC3zqi7rOmeK...",
  "name": "659803277.jpg",
  "object": "example"
}