Headers
Custom HTTP headers specific to the Variational API
Last updated
Custom HTTP headers specific to the Variational API
Last updated
X-Request-Timestamp-Ms
: Unix timestamp of the request (in milliseconds)
X-Variational-Key
: client API key
X-Variational-Signature
: a signature derived from the timestamp, client API key, secret, some of the request parameters and payload
Please see for more details.
X-Rate-Limit-Resets-In-Ms
- included with HTTP 429 Too Many Requests
responses; contains a minimal delay in milliseconds after which the next request will be allowed
Please see for more details.
X-Request-Received-Ms
- included with all responses; contains a timestamp in milliseconds at which the request was received by the API server. Can be used to calculate network latency.
Python SDK Latency Example: