# Matter Api

## Upload matters CSV for a review cycle

> Accepts a CSV file upload and associates it with the provided review cycle. Returns 200 OK on success.

```json
{"openapi":"3.0.3","info":{"title":"Flo Recruit Web API (CSV Endpoints)","version":"v1"},"servers":[{"url":"https://www.florecruit.com/v1"}],"paths":{"/matters-csv/upload-csv":{"post":{"tags":["matter-api"],"summary":"Upload matters CSV for a review cycle","description":"Accepts a CSV file upload and associates it with the provided review cycle. Returns 200 OK on success.","operationId":"uploadMattersCSV","parameters":[{"name":"reviewCycleId","in":"query","required":true,"description":"Review cycle identifier.","schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"type":"object","required":["file"],"properties":{"file":{"type":"string","format":"binary","description":"CSV file containing matters data."}}}}}},"responses":{"200":{"description":"OK"},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"type":"string"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"type":"string"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}}}}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.joinflo.com/api-reference/matter-api/matter-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
