Developer Quickstart
Take your first steps with the Norman API.
Before making any requests, you’ll need to create an API key.
This key authorizes your SDK to securely access the Norman API.
Request Syntax
Parameters
username(string)- The account’s username or email address. [Required]
Example Response
Response Structure
Root object (dict):
account (
dict) — Account metadata containing the following fields:* id (
str) — Unique account identifier.* creation_time (
datetime) — Account creation timestamp (UTC).* name (
str) — Account display name.8', 'float32').api_key (
str) — Generated API key used to authenticate SDK requests.
⚠️ Important:
Store your API key securely.
API keys cannot be regenerated — if you lose yours, you’ll need to create a new account.
Example Response
Response Structure
Root object (dict):
output_image (
bytes) — Binary output data representing the model’s generated result.For image models, this contains the image bytes.
For text or audio models, it contains the corresponding binary data.
Accessing the Output
You can display, or save the output, for example: