Skip to content

Instantly share code, notes, and snippets.

@caseysoftware
Created December 16, 2015 02:41
Show Gist options
  • Select an option

  • Save caseysoftware/7769ffb2ec975e342536 to your computer and use it in GitHub Desktop.

Select an option

Save caseysoftware/7769ffb2ec975e342536 to your computer and use it in GitHub Desktop.
A sample classification payload
{
"_class": "ClassificationInsight",
"bundle_id": "abcde12345",
"created": "2015-09-17T18:48:48.058Z",
"id": "edcba56789",
"name": "classification",
"status": "ready",
"updated": "2015-09-17T18:48:48.061Z",
"_links": {
"clarify:bundle": {
"href": "/v1/bundles/abcde12345"
},
"curies": [
{
"href": "/docs/rels/{rel}",
"name": "clarify",
"templated": true
}
],
"parent": {
"href": "/v1/bundles/abcde12345/insights"
},
"self": {
"href": "/v1/bundles/abcde12345/insights/edcba56789"
}
},
"track_data": [
{
"acoustics": [],
"spoken_languages": ["fr"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment