Skip to main content
Version: 2.00

API

API

Learn more about the details of some of the most used APIs: prediction, vector-upsert

Consult all public API references

Prediction

a

Create a new prediction

post /prediction/{id}

Authorizations
Path parameters
Body
POST /prediction/{id} HTTP/1.1
Host:
Authorization: Bearer JWT
Content-Type: multipart/form-data
Accept: */*
Content-Length: 53

{
"question": "text",
"files": [
"binary"
],
"modelName": ""
}