Skip to main content

Sentiment Analysis: Product Review API

POSThttps://sentiment.infer.nt-ai.cloud/predict
Header
    X-API-Key string required

    Your API key

Raw JSON body

Request Body required
    inputs object
    string[]

    List of sentence

Responses


Schema
  • Array [
  • object
    items string

    Input sentence

    results object
    Positive float

    Probability positive of sentence

    Neutral float

    Probability neutral of sentence

    Negative float

    Probability negative of sentence

  • ]
Loading...