GET
/
v1
/
processors
/
{processor_id}
curl --request GET \
  --url https://api.uiform.com/v1/processors/{processor_id}
{
  "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

Path Parameters

processor_id
string
required

Response

200
application/json

Successful Response

The response is of type object.