APIHub
Back to Explore

Seldon External API

Seldon External API

Machine Learning
bearer
No HTTPS
CORS: Unknown
Visit official documentation

Latency

Not monitored yet

Uptime

Not monitored yet

Playground

Verified

live

Endpoints

REST · JSON
POST

/seldon/{namespace}/{deployment}/api/v1.0/feedback

  • namespace (path, required)
  • deployment (path, required)
POST

/seldon/{namespace}/{deployment}/api/v1.0/predictions

  • namespace (path, required)
  • deployment (path, required)

2 endpoints auto-detected

Authentication

This API uses Bearer token authentication — pass your token in the Authorization header.

curl -X POST \
  "http://seldon.local/seldon/{namespace}/{deployment}/api/v1.0/feedback" \
  -H "Authorization: Bearer YOUR_TOKEN"

seldon.local · HTTPS only