InstaClaim
    功能定价关于
    开发者

    API、SDK、MCP 和 Webhook。

    开发者平台快速入门身份验证API参考SDKMCPWebhooks错误分页速率限制幂等性更改日志迁移和版本控制政策
    原始 API 文档OpenAPI YAMLAsyncAPI YAML
    1. 首页
    2. /
    3. 开发者
    4. /
    5. SDK

    SDK

    The official TypeScript SDK is generated and tested against the public OpenAPI contract.

    Install

    npm install @instaclaim/sdk
    

    Authentication

    Pass a tenant API key when constructing the client. Keep it server-side and send it only from trusted backend code.

    import { InstaClaimClient } from '@instaclaim/sdk';
    
    export const instaClaim = new InstaClaimClient({
      apiKey: process.env.INSTACLAIM_API_KEY,
    });
    

    Built-in behavior

    • Typed request and response models from the public contract.
    • Typed InstaClaimApiError for non-2xx responses.
    • Pagination helpers and examples for list endpoints.
    • Idempotency-key support on write calls.
    • Webhook signature verification helper.

    Drift protection

    The SDK operation mapping is checked against OpenAPI so public SDK methods cannot silently drift from public routes or point at internal surfaces.

    InstaClaim
    首页功能定价关于文章文档开发者
    © instaClaim隐私条款查看详细状态