POST
/
v1
/
processors
curl --request POST \
  --url https://api.uiform.com/v1/processors \
  --header 'Content-Type: application/json' \
  --data '{
  "object": "processor",
  "id": "<string>",
  "updated_at": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "modality": "text",
  "image_resolution_dpi": 96,
  "browser_canvas": "A4",
  "model": "<string>",
  "json_schema": {},
  "temperature": 0,
  "reasoning_effort": "low",
  "n_consensus": 1
}'
{
  "object": "processor",
  "id": "<string>",
  "updated_at": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "modality": "text",
  "image_resolution_dpi": 96,
  "browser_canvas": "A4",
  "model": "<string>",
  "json_schema": {},
  "temperature": 0,
  "reasoning_effort": "low",
  "n_consensus": 1,
  "organization_id": "<string>",
  "schema_data_id": "<string>",
  "schema_id": "<string>"
}

Authorizations

Api-Key
string
header
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.