---
name: seldon-external-api
description: "Seldon External API skill. Use when working with Seldon External for seldon. Covers 2 endpoints."
version: 1.0.0
generator: lapsh
---

# Seldon External API
API version: 0.1

## Auth
Bearer bearer

## Base URL
https://localhost:80

## Setup
1. Set Authorization header with Bearer token
2. Verify API access with a test request
3. POST /seldon/{namespace}/{deployment}/api/v1.0/predictions -- create first prediction

## Endpoints
2 endpoints across 1 group. See references/api-spec.lap for full details.

### Seldon
| Method | Path | Description |
|--------|------|-------------|
| POST | /seldon/{namespace}/{deployment}/api/v1.0/predictions |  |
| POST | /seldon/{namespace}/{deployment}/api/v1.0/feedback |  |

## Common Questions
Match user requests to endpoints in references/api-spec.lap. Key patterns:
- "Create a prediction?" -> POST /seldon/{namespace}/{deployment}/api/v1.0/predictions
- "Create a feedback?" -> POST /seldon/{namespace}/{deployment}/api/v1.0/feedback
- "How to authenticate?" -> See Auth section above

## Response Tips
- Check response schemas in references/api-spec.lap for field details
- Create/update endpoints return the modified resource on success

## References
- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas

> Generated from the official API spec by [LAP](https://lap.sh)
