Skip to content

Instantly share code, notes, and snippets.

@MathiasExorde
Last active October 23, 2024 16:02
Show Gist options
  • Save MathiasExorde/b01af23df87519431be1e27009162512 to your computer and use it in GitHub Desktop.
Save MathiasExorde/b01af23df87519431be1e27009162512 to your computer and use it in GitHub Desktop.
Exorde Real time Stream API JSON format
{
"item": {
"raw_content": "...",
"translated_content": "...",
"created_at": "...",
"domain": "...",
"url": "...",
"language": "...",
"author": "...",
"external_id": "..."
},
"analysis": {
"classification": {
"label": "...",
"score": "..."
},
"top_keywords": [
"...",
"...",
"..."
],
"sentiment": "...",
"embedding": [
"...",
"...",
"..."
],
"source_type": "...",
"text_type": {
"assumption": "...",
"anecdote": "...",
"none": "...",
"definition": "...",
"testimony": "...",
"other": "...",
"study": "..."
},
"emotion": {
"love": "...",
"admiration": "...",
// Additional emotions
"nervousness": "..."
},
"irony": {
"irony": "...",
"non_irony": "..."
},
},
"topics": [
"...",
"...",
// Topics with IDs (optional)
],
"fields": [
...,
...,
// Broad classification (optional)
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment