# Conversions ## Post multiple conversions - [POST /v1/conversions](https://docs.lettrlabs.com/lettrlabs_api_reference/conversions/postconversions.md): Posts multiple conversions with validation. Returns validation information and processes valid records even if some are invalid. ## List all conversions - [GET /v1/conversions](https://docs.lettrlabs.com/lettrlabs_api_reference/conversions/listconversions.md): Retrieves all conversions for the authenticated user ## Delete conversions - [DELETE /v1/conversions/{id}](https://docs.lettrlabs.com/lettrlabs_api_reference/conversions/deleteconversions.md): Marks a specific conversion for deletion by validating its status and preparing for removal. Client must subsequently check deletion status via status endpoint. ## Check the status of a specific conversion - [GET /v1/conversions/{id}/status](https://docs.lettrlabs.com/lettrlabs_api_reference/conversions/checkconversionstatus.md): Returns the processing status of a specified conversion by its ID