API Reference
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
accessTokenstringRequired
JWT token for authentication
Responses
200
Successful test inference
application/json
400
Bad request
application/json
500
Server error
application/json
post
/inferenceTestAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
accessTokenstringRequired
JWT token for authentication
Responses
200
Successful inference
application/json
400
Bad request - invalid input data
application/json
401
Unauthorized - invalid token
application/json
413
Payload too large - input exceeds size limit
application/json
500
Server error
application/json
post
/inferenceNoProofAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
accessTokenstringRequired
JWT token for authentication
Responses
200
Successful traits inference
application/json
400
Bad request
application/json
500
Server error
application/json
post
/traitsLast updated