Skip to main content
POST
/
local-folders
/
{local_folder_id}
/
classify
Start classification
curl --request POST \
  --url https://apigcp.trynia.ai/v2/local-folders/{local_folder_id}/classify \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

local_folder_id
string
required

Local folder ID

Response

Classification started

status
string
message
string