Processors
Create
Create a new processor configuration.
POST
/
v1
/
processors
Copy
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
}'
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
Body
application/json
Response
200
application/json
Successful Response
The response is of type object
.
Copy
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
}'
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.