SPOT TAPE
FRNT-200K2.180+1.42%
MID-128K0.4204−0.81%
OW-70B0.0840+3.11%
OW-8B0.0191+0.44%
VIS-1M1.6400−2.19%
RSN-XL6.9000+0.93%
EMB-S0.01100.00%
14:02:07 UTC
Documentation v1 · UPDATED 21 AUG 2026
Get an API key
On this page

POST /v1/sellers/register

Create or update a seller. Idempotent by endpoint_url.

Auth: public. The returned api_key is used as X-Seller-API-Key on later calls.

Request

fieldtype
namestring
endpoint_urlstring (idempotency key)
supported_modelsstring[]
api_keystring

Response

seller_id, name, endpoint_url, supported_models, api_key, registered_at.

curl -s http://127.0.0.1:8080/v1/sellers/register \
  -H "Content-Type: application/json" \
  -d '{"name":"acme","endpoint_url":"http://127.0.0.1:9000/infer","supported_models":["gpt-4"],"api_key":"sk-seller"}'