Processors
Get
Get a processor configuration by ID.
GET
/
v1
/
processors
/
{processor_id}
Copy
curl --request GET \
--url https://api.uiform.com/v1/processors/{processor_id}
Copy
{
"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
Path Parameters
Response
200
application/json
Successful Response
The response is of type object
.
Copy
curl --request GET \
--url https://api.uiform.com/v1/processors/{processor_id}
Copy
{
"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>"
}
Assistant
Responses are generated using AI and may contain mistakes.