thiggle 0.0.1

API for categorizing data with LLMs
Documentation
# \ThiggleApi

All URIs are relative to *https://api.thiggle.com*

Method | HTTP request | Description
------------- | ------------- | -------------
[**v1_categorize_post**]ThiggleApi.md#v1_categorize_post | **POST** /v1/categorize | Classify based on an instructional prompt and a list of categories



## v1_categorize_post

> crate::models::CategorizeResponse v1_categorize_post(categorize_request)
Classify based on an instructional prompt and a list of categories

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**categorize_request** | [**CategorizeRequest**]CategorizeRequest.md |  | [required] |

### Return type

[**crate::models::CategorizeResponse**](CategorizeResponse.md)

### Authorization

[BearerAuth](../README.md#BearerAuth)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)