Skip to main content
Query Endpoint
curl --request POST \
  --url https://api.example.com/api/v1/rephrase/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "query": "<string>"
}
'
{
  "answer": "<string>",
  "references": [
    {
      "source_name": "<string>",
      "source_type": "<string>",
      "url": "<string>",
      "score": 123,
      "title": "<string>",
      "text": "<string>",
      "extras": {}
    }
  ]
}

Body

application/json
query
string
required

Response

Successful Response

answer
string
required
references
SourceReference · object[]
required