curl --request POST \ --url https://api.extruct.ai/v1/templates \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "column_configs": [ { "kind": "input", "name": "<string>", "key": "<string>" } ] }'
{ "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "name": "<string>", "column_configs": [ { "kind": "input", "name": "<string>", "key": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
"input"
Template ID.
Template creation time.
Template name.