Predict tags
Header parameters
AuthorizationstringRequired
API Key
Body
messagestringRequired
The text to be tagged
Responses
200
Prediction Successful
application/json
400
Prediction failed
application/json
post
POST /attuna_tagging/predict_tags HTTP/1.1
Host: us-central1-prompt-learner-ca90f.cloudfunctions.net
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 54
{
"message": "Happy to be a part of this amazing team!"
}
{
"prediction": "text"
}