Categories
List categories
Public endpoint to list all available categories supported by TextMaster.
Code samples
Last updated
Was this helpful?
Public endpoint to list all available categories supported by TextMaster.
Last updated
Was this helpful?
Was this helpful?
GET /v1/public/categories HTTP/1.1
Host: api.textmaster.com
Accept: */*
{
"categories": [
{
"code": "C032",
"value": "Adult content"
},
{
"code": "C002",
"value": "Aerospace"
},
{
"code": "C003",
"value": "Animals/Pets/Plants"
},
{
"code": "C004",
"value": "Arts/Culture/Literature"
}
]
}curl "https://api.textmaster.com/v1/public/categories"