v1
latestOpenAPI 3.0.12026-07-14453659.5 KBLanguage Examples
Get All Examples
Returns all the examples for the specified dataset,
get/v2/language/datasets/{datasetId}/examples
Path parameters
datasetIdstring required
Dataset Id
Query parameters
offsetstring
Index of the example from which you want to start paging.
countstring
Number of examples to return.
source'all' | 'feedback' | 'upload'
return examples that were created in the dataset as feedback
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"
}