Path Parameters
The unique identifier of the schema.
Response
{
"success": true,
"data": {
"id": "b3376c85-86e0-476e-aee9-5f05afaa05ea",
"name": "invoice_schema_v1",
"type": "invoice",
"description": "Schema for parsing standard invoices",
"schema_string": "{\"fields\": [...]}",
"version": 1,
"is_active": true,
"created_at": "2024-01-18T12:34:56Z",
"updated_at": "2024-01-18T12:34:56Z"
}
}
Examples
Get a Specific Schema
curl "https://api.invaro.ai/api/v1/schemas/id/b3376c85-86e0-476e-aee9-5f05afaa05ea" \
-H "Authorization: Bearer your_api_key"
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The unique identifier of the schema.
Schema retrieved successfully