# Reprompt ## Docs - [Get all available attributes](https://docs.repromptai.com/api-reference/attributes/get-all-available-attributes.md): Get metadata for all available enrichment attributes - [Delete a batch](https://docs.repromptai.com/api-reference/batches/delete-a-batch.md) - [Get batch status](https://docs.repromptai.com/api-reference/batches/get-batch-status.md) - [List batches](https://docs.repromptai.com/api-reference/batches/list-batches.md): Retrieve batches for an organization with pagination and optional search by name. - [Mark batches for refresh](https://docs.repromptai.com/api-reference/batches/mark-batches-for-refresh.md): Mark a list of batch IDs for refresh. - [Reprocess a batch](https://docs.repromptai.com/api-reference/batches/reprocess-a-batch.md): Reprocess jobs in a specific batch. - [Submit a batch of places for enrichment](https://docs.repromptai.com/api-reference/batches/submit-a-batch-of-places-for-enrichment.md): Submit a batch of places for enrichment ``` - [Enrich a single place synchronously](https://docs.repromptai.com/api-reference/enrich-a-single-place-synchronously.md) - [Delete a job](https://docs.repromptai.com/api-reference/jobs/delete-a-job.md) - [Get a single enrichment job](https://docs.repromptai.com/api-reference/jobs/get-a-single-enrichment-job.md) - [Get enrichment jobs](https://docs.repromptai.com/api-reference/jobs/get-enrichment-jobs.md) - [Reprocess Jobs](https://docs.repromptai.com/api-reference/jobs/reprocess-jobs.md) - [Submit a single enrichment job](https://docs.repromptai.com/api-reference/jobs/submit-a-single-enrichment-job.md): Submit a place for asynchronous enrichment processing. - [Batch Processing](https://docs.repromptai.com/guides/batch-processing.md): Submit places for enrichment asynchronously via batch endpoints. - [Upload Large Files](https://docs.repromptai.com/guides/csv-upload.md): Upload and enrich large CSV files through the Reprompt dashboard. - [Monthly Refresh](https://docs.repromptai.com/guides/monthly-refresh.md): How place enrichment refreshes run and how to review what changed - [Place Status - Open/Closed](https://docs.repromptai.com/guides/open-closed.md): Enrich whether a place is open, permanently closed, or has no discernible internet presence. - [Place Job Results](https://docs.repromptai.com/guides/place-job-results.md): Understand the structure of job results returned by batch endpoints - [Quickstart](https://docs.repromptai.com/guides/quickstart.md): Supercharge place data with Reprompt - [Troubleshooting Authentication & 40x Errors](https://docs.repromptai.com/guides/troubleshooting-40x.md): How to diagnose and fix 401, 403, and 404 errors in your API requests - [Schemas](https://docs.repromptai.com/schemas/schemas.md): Data structures and enums used in the Reprompt API ## OpenAPI Specs - [openapi](https://api.reprompt.io/v2/openapi.json) - [openapi-v1](https://docs.repromptai.com/openapi-v1.json) - [openapi-v2](https://docs.repromptai.com/openapi-v2.json)