cURL
curl --request POST \ --url https://api.timelockdata.com/api/v1/evidences/{COMPANY_ID}/category \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "name": "<string>", "description": "<string>", "image": {} } '
{ "id": "<string>" }
Company identifier
Name of the category
Description of the category
Image file for the category
Category created successfully
ID of the newly created category or subcategory