v1
latestOpenAPI 3.0.12026-07-14453659.5 KBLanguage Examples
Get All Examples for Label
Returns all the examples for the specified label. Returns both uploaded examples and feedback examples.
get/v2/language/examples
Query parameters
labelIdstring
Label Id
offsetstring
Index of the example from which you want to start paging.
countstring
Number of examples to return.
Response
Success
Example response
{
"data": [
{
"id": 546,
"label": {
"datasetId": 57,
"id": 621,
"name": "Mountain",
"numExamples": 40
},
"location": "https://K3A04Q79O5TBySIZSeMIj%2BC3zqi7rOmeK...",
"name": "659803277.jpg",
"object": "example"
}
],
"object": "list"
}