# RestApiRequestBuilder

> **Class** in `langchain_snowflake`

📖 [View in docs](https://reference.langchain.com/python/langchain-snowflake/_connection/rest_client/RestApiRequestBuilder)

Helper class for building common REST API request configurations.

## Signature

```python
RestApiRequestBuilder()
```

## Methods

- [`agent_request()`](https://reference.langchain.com/python/langchain-snowflake/_connection/rest_client/RestApiRequestBuilder/agent_request)
- [`thread_request()`](https://reference.langchain.com/python/langchain-snowflake/_connection/rest_client/RestApiRequestBuilder/thread_request)
- [`thread_run_request()`](https://reference.langchain.com/python/langchain-snowflake/_connection/rest_client/RestApiRequestBuilder/thread_run_request)
- [`feedback_request()`](https://reference.langchain.com/python/langchain-snowflake/_connection/rest_client/RestApiRequestBuilder/feedback_request)
- [`cortex_complete_request()`](https://reference.langchain.com/python/langchain-snowflake/_connection/rest_client/RestApiRequestBuilder/cortex_complete_request)
- [`cortex_analyst_request()`](https://reference.langchain.com/python/langchain-snowflake/_connection/rest_client/RestApiRequestBuilder/cortex_analyst_request)
- [`cortex_search_request()`](https://reference.langchain.com/python/langchain-snowflake/_connection/rest_client/RestApiRequestBuilder/cortex_search_request)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-snowflake/blob/1a32a1c6642b6c453e9537f35afbc7da280f8679/libs/snowflake/langchain_snowflake/_connection/rest_client.py#L339)