curl --location --request GET 'https://api.semantria.com//collection/.'
{
"config_id": "string",
"entities": [
{
"count": 0,
"entity_type": "string",
"label": "string",
"mentions": [
{
"is_negated": true,
"label": "string",
"locations": [
{
"index": 0,
"length": 0,
"offset": 0
}
],
"negating_phrase": "string"
}
],
"negative_count": 0,
"neutral_count": 0,
"positive_count": 0,
"title": "string",
"type": "named"
}
],
"facets": [
{
"attributes": [
{
"count": 0,
"label": "string",
"mentions": [
{
"is_negated": true,
"label": "string",
"locations": [
{
"index": 0,
"length": 0,
"offset": 0
}
],
"negating_phrase": "string"
}
]
}
],
"count": 0,
"label": "string",
"mentions": [
{
"is_negated": true,
"label": "string",
"locations": [
{
"index": 0,
"length": 0,
"offset": 0
}
],
"negating_phrase": "string"
}
],
"negative_count": 0,
"neutral_count": 0,
"positive_count": 0
}
],
"id": "string",
"job_id": "string",
"status": "queued",
"tag": "string",
"taxonomy": [
{
"hitcount": 0,
"id": "string",
"sentiment_polarity": "negative",
"sentiment_score": 0,
"title": "string",
"type": "concept"
}
],
"themes": [
{
"mentions": [
{
"is_negated": true,
"label": "string",
"locations": [
{
"index": 0,
"length": 0,
"offset": 0
}
],
"negating_phrase": "string"
}
],
"normalized": "string",
"phrases_count": 0,
"sentiment_polarity": "negative",
"sentiment_score": 0,
"stemmed": "string",
"themes_count": 0,
"title": "string"
}
],
"topics": [
{
"hitcount": 0,
"id": "string",
"sentiment_polarity": "negative",
"sentiment_score": 0,
"title": "string",
"type": "concept"
}
]
}