Tutorial
the maginary api quickstart
From "I have an API key" to "I'm rendering the image in my app" in under ten minutes. curl + python + node examples, the full request/response shape, and how to pick between polling and webhooks.
· by luke
all posts tagged with #integration
From "I have an API key" to "I'm rendering the image in my app" in under ten minutes. curl + python + node examples, the full request/response shape, and how to pick between polling and webhooks.
Get a POST when your generation finishes. Payload, headers, HMAC signature verification in Python / Node / Go, retry policy, idempotency — every gotcha we've hit while shipping this in production.