s.id Public API
    • Introduction
    • v1
      • Links
        • List Links
        • Create Link
        • Link Detail by Short
        • Link Detail
        • Update Link
        • Protected Link
        • Dispossable Link
        • Archive Link
        • Unarchive Link
      • Quota
        GET
      • Me
        GET
    • Ping
      GET

    Introduction

    Welcome to s.id Open API Documentation
    We are currently open this API in beta stages, any feedback are welcome, if there's anything issue please contact us at helpdesk@s.id

    Get API Credentials#

    1.
    Go to s.id dashbboard API
    2.
    Click "Generate New API Credentials" if doesn't exists
    3.
    And you can use X-Auth-Id and X-Auth-Key as your account credentials, (always remember to keep your X-Auth-Key is in safe place).
    If you think your API key is has been accessed by unwanted persons, you can also rotate the token by clicking "Generate new key" in API Dashboard page.

    Rate Limit Policy#

    We apply rate limit policy for each API Request, information about your rate limit request can be found at every header response, for example below:

    Example#

    X-Ratelimit-Limit: 30 (30 request allowed in x seconds)
    X-Ratelimit-Remaining: 19 (19 only left request)
    X-Ratelimit-Reset: 6 (Quota reset in 6 seconds)
    KeyDescription
    X-Ratelimit-LimitYour account limit quota
    X-Ratelimit-RemainingTotal remaining request can be made
    X-Ratelimit-ResetRemaining duration of your quota

    Changelogs#

    2024-04-12#

    Initial Release API version 1
    Added Shortener API
    Modified at 2024-06-19 12:22:24
    Next
    List Links
    Built with