Skip to main content
This guide walks you from zero to a successful image generation, then a video generation. Prerequisites: an account at app.rimp.example and an API key from Settings → API keys.

1. Set your API key

2. Generate an image (synchronous)

Image models with sub-30s latency are returned directly in the response.
Response:

3. Generate a video (asynchronous)

Video generation returns 202 Accepted immediately. Poll the generation or subscribe to a webhook.

4. Compare multiple models in one call

This is Rimp’s headline feature — same prompt, N models, atomic credit reservation.
If your wallet can’t cover the sum of all three estimates, the API returns 402 Insufficient credits before charging anything.

Next steps

Authentication

Bearer tokens, scoping, rotation, and IP allowlist.

Multi-model deep dive

How routing, capabilities, and pricing work across providers.

Webhooks

Receive generation.completed events instead of polling.

Idempotency

Safely retry without double-charging.