Authorization
Send your API key with the Bearer scheme on every request.X-Request-Id
X-Request-Id is optional and correlates client logs with Neural4D logs. When you send a valid value, the service uses it unchanged and returns the same value in the response header. If the header is omitted or invalid, the service generates a new value and returns it in the response header.
The value must contain 1-128 ASCII characters. It may contain only letters (A-Z, a-z), digits (0-9), periods (.), underscores (_), and hyphens (-). Examples include client-request-123 and order_20260804.1.

