|
|
AuthenticationAll ZeroTrain API requests require an API Key. Requests without a valid API Key will be rejected. Header FormatThe x-zerotrain-api-key keyname must be provided in the HTTP request header: x-zerotrain-api-key: your-api-key-here Example Request (curl)curl -X POST
-H "Content-Type: application/json" \
-H "x-zerotrain-api-key: your-api-key-here" \
-d '{
"ModelSource": { ... },
"InputSource": { ... }
}'
Authentication Failures
API keys are tied to a subscription and may enforce rate limits, deployment scope, or solution tier. |