> ## Documentation Index
> Fetch the complete documentation index at: https://docs.prosights.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

> Connect to ProSights via terminal

## Setup

**Account Setup**

Create an account on [https://prism.prosights.co](https://prism.prosights.co).

**API Keys**

Visit [https://prism.prosights.co/app/api-keys](https://prism.prosights.co/app/api-keys) to generate an API key.

If you need help acquiring an API\_KEY or need to know your BASE\_URL, please reach out to [**support@prosights.co**](mailto:support@prosights.co).

## **Usage**

```bash theme={null}
curl --request POST \
  --url https://prism-api.prosights.co/enterprise-api/recreate/ \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-Prosights-Api-Key: 4df6370b293afe4e5c0578eeef24dfc2b08d0a0352839bb5df8f2b466126179052ca2c6c53724b969820c2754957f2f5e56835da12fcea5667756d51efe11d02' \
  --form 'selected_pages=<string>' \
  --form is_xls_process_charts_enabled=false \
  --form is_xls_process_tables_enabled=true \
  --form is_ppt_process_enabled=false \
  --form table_clustering_mode=page \
  --form file=@example-file
```
