RSX API / Errors
Missing Idempotency-Key
400 · missing-idempotency-key
What happened
All add actions require an Idempotency-Key header so a retried request can't create a duplicate.
What to do
Generate a unique value (a UUID is fine) per logical operation and reuse it on retries. Replays within 24h return the original response.