---
title: "Create processor results for the ID given"
method: POST
path: "/versions/{version_id}/processor_results"
tags: ["internal"]
---

# Create processor results for the ID given

`POST /versions/{version_id}/processor_results`

Create a new processor result in the database.

## Path parameters

- `id` integer, required

## Response `200`

A JSON representation of processor results that were saved.

- ProcessorResult
  - `id` integer
  - `resource_id` integer
  - `processing_type` 'excel_to_csv' | 'compressed_info' | 'frictionless'
  - `parent_id` integer
  - `completion_state` 'not_started' | 'processing' | 'success' | 'error'
  - `message` string
  - `structured_info` string
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `401`
- `404`
- `406`

---

[API](https://skmtc.net/datadryad/apis/dryad-api.md) · [All operations](https://skmtc.net/datadryad/apis/dryad-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadryad/dryad-api/revisions/5e35babfb8d2/schema)
