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

Authentication

Buyer traffic uses Authorization: Bearer <buyer_key> on POST /v1/chat/completions. Seller traffic uses X-Seller-API-Key on every /v1/sellers/* route except POST /v1/sellers/register, which is public.

Authentication runs before rate limiting. A missing or invalid credential returns 401 with { "code": "unauthorized", "message": "..." }, not 429 rate_limited. See Errors and Rate limits.

audienceheaderused on
BuyerAuthorization: Bearer <buyer_key>POST /v1/chat/completions
SellerX-Seller-API-Key: <seller_key>/v1/sellers/{id}/* after register
PublicnonePOST /v1/sellers/register