cURL
curl --request POST \ --url https://api.veryfront.com/task-progress/{id}/register \ --header 'Authorization: Bearer <token>'
{ "success": true }
Registers a task progress stream owned by the authenticated user.
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
Tool call ID
Registered