Clay Icon

Setting Up HTTP API for 30 Requests per Minute Limit

ยท
ยท

How do i set up in http api to run the api with 30 request maximum per minute

  • Avatar of Channeled
    Channeled
    APP
    ยท
    ยท

    To set up a rate limit of 30 requests per minute in the HTTP API integration: 1. Locate the "Define rate limit" section in your HTTP API settings 2. Set the following values: โ€ข Request Limit: 30 โ€ข Duration (in ms): 60000 (since 60000 milliseconds = 1 minute)This configuration will ensure your API requests are limited to 30 calls within each 60-second window, helping you stay within desired rate limits. Sources: HTTP API with JWT authentication | Documentation | Clay University HTTP API integration overview | Documentation | Clay University

  • Avatar of Muhammad S.
    Muhammad S.
    ยท
    ยท

    you cant

  • Avatar of Channeled
    Channeled
    APP
    ยท
    ยท

    I apologize for not meeting your expectations. Is there a different way I can assist you?

  • Avatar of Mensur
    Mensur
    ยท
    ยท

    If I set Request Limit: 30 โ€ข Duration (in ms): 60000 (since 60000 milliseconds = 1 minute) Im getting error Rate Limit To Low

  • Avatar of Mensur
    Mensur
    ยท
    ยท

    Muhammad S. you can do this

  • Avatar of Channeled
    Channeled
    APP
    ยท
    ยท

    The "Rate Limit Too Low" error you're encountering is likely due to the API's specific rate limit requirements. The settings you've chosen (30 requests per 60000 milliseconds or 1 minute) may be too high for the API you're trying to use.Different APIs have varying rate limits. For example, the Google Sheets API has a default limit of 300 read requests per minute per project. Your chosen limit might exceed what's allowed by the API you're using.To resolve this issue: 1. Check the API documentation for its specific rate limit. 2. Adjust your rate limit settings to be within the API's allowed limits. 3. Consider spreading out your requests over a longer time period if possible.Can you provide more information about which specific API you're trying to use? This would help in giving more precise advice on the appropriate rate limit settings. Sources: HTTP API with JWT authentication | Documentation | Clay University HTTP API integration overview | Documentation | Clay University

  • Avatar of Muhammad S.
    Muhammad S.
    ยท
    ยท

    I can solve this problem

  • Avatar of Channeled
    Channeled
    APP
    ยท
    ยท

    Could you please explain what specific solution you have in mind for this rate limit issue?

  • Avatar of Channeled
    Channeled
    APP
    ยท
    ยท

    Hi Mensur! This thread was recently closed by our Support team. If you have a moment, please share your feedback: