POST /organization/projects/{project_id}/rate_limits/{rate_limit_id}

Servers

Path parameters

Name Type Required Description
rate_limit_id String Yes

The ID of the rate limit.

project_id String Yes

The ID of the project.

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
max_audio_megabytes_per_1_minute Integer No

The maximum audio megabytes per minute. Only relevant for certain models.

batch_1_day_max_input_tokens Integer No

The maximum batch input tokens per day. Only relevant for certain models.

max_requests_per_1_day Integer No

The maximum requests per day. Only relevant for certain models.

max_requests_per_1_minute Integer No

The maximum requests per minute.

max_tokens_per_1_minute Integer No

The maximum tokens per minute.

max_images_per_1_minute Integer No

The maximum images per minute. Only relevant for certain models.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.