---
title: "Normalize companies from file"
method: POST
path: "/classifications/{release}/companies/normalize/file"
tags: ["Classifications"]
---

# Normalize companies from file

`POST /classifications/{release}/companies/normalize/file`

Normalize multiple company terms to the best matching Lightcast Companies. Limited to a maximum of 500 terms in one request. Note that this endpoint has a base tier monthly quota of 50 requests. Responses from this endpoint will include two headers, `RateLimit-Remaining` and `RateLimit-Reset`, which indicate how many requests you have remaining in your current quota period and when that quota will reset, respectively.
This endpoint uses the following form parameter:
  - fileUpload: A file containing the line-separated list of companies to normalize; can be plaintext, PDF, or docx.

## Path parameters

- `release` string, required

## Query parameters

- `confidenceThreshold` number
- `limit` integer
- `fields` string

## Response `200`

OK

- Schema — unresolved $ref

## Other responses

- `400` — bad request
- `404` — requested resource not found
- `413` — request size too large

---

[API](https://skmtc.net/lightcast/apis/alumni-pathways-2-0.md) · [All operations](https://skmtc.net/lightcast/apis/alumni-pathways-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightcast/alumni-pathways-2-0/revisions/fc66b9877391/schema)
