# Create parsing

Create one or more parsings from a document ID, a public URL, a list of public URLs, or a multipart file upload.

Related endpoints:

* List parsings
* Retrieve parsing
* Create extract

Endpoint: POST /v0/parsing
Security: ApiKeyAuth

## Request fields (application/json):

  - `document` (any, required)
    Provide either an existing document ID, a public document URL, a list of public document URLs, or a multipart uploaded file.

  - `picture_description_enabled` (boolean)

  - `table_verification_enabled` (boolean)

  - `model` (string)
    * PIGALLE - Pigalle
* PIGALLE_LITE - Pigalle Lite
    Enum: "PIGALLE", "PIGALLE_LITE"

  - `metadata` (object,null)

## Response 401 fields (application/json):

  - `detail` (string, required)
    Example: "Invalid API key"


