Quickstart

Call any model with a signed request.

Sign your request

Send your appKey as X-Api-Key, a Unix timestamp as X-Timestamp, and an HMAC-SHA256 signature as X-Signature.

X-Api-Key: ak_<your-app-key>
X-Timestamp: 1788000000
X-Signature: HMAC_SHA256(appSecret, "<ts>\nPOST\n/v1/chat/completions\nsha256(body)")