On this pageRequestInput Input model for adding requests to a request queue. Both url and unique_key are required. The API defaults method to GET when not provided.Index Propertiesidmethodmodel_configunique_keyurlProperties idid: str | NoneA unique identifier assigned to the request.methodmethod: str | NoneThe HTTP method of the request. Defaults to GET on the API side if not provided.model_configmodel_config: Undefinedunique_keyunique_key: strA unique key used for request de-duplication.urlurl: AnyUrlThe URL of the request.
Input model for adding requests to a request queue.
Both
urlandunique_keyare required. The API defaultsmethodtoGETwhen not provided.