Classify
This endpoint makes a prediction about which label fits the specified text inputs best. To make a prediction, Classify uses the provided examples of text + label pairs as a reference. Note: Fine-tuned models trained on classification examples don't require the examples parameter to be passed in explicitly.
post/v1/classify
Headers
X-Client-Namestring
The name of the project that is making the request.
Request body
Example request
{
"preset": "my-preset-a58sbd"
}Response
OK