功能定价关于文章文档
    开发者

    API、SDK、MCP 和 Webhook。

    Developer PlatformQuickstartAuthenticationAPI ReferenceSDKMCPWebhooksErrorsPaginationRate LimitsIdempotencyChangelogMigration and Versioning Policy
    原始 API 文档OpenAPI YAMLAsyncAPI YAML
    1. 首页
    2. /
    3. 开发者
    4. /
    5. Idempotency

    Idempotency

    Public write endpoints require Idempotency-Key. Reuse the same key when retrying the same logical operation after a timeout or transport failure.

    Rules

    • Generate a unique key per logical write.
    • Reuse the key only for exact retries of that write.
    • Do not reuse a key across different payloads.
    • Treat 409 as a signal that the key was reused for a conflicting request.

    The SDK accepts an idempotencyKey option on write methods.

    首页功能定价关于文章文档开发者
    © FabHubPrivacy & CookiesTerms