POST/v4/monitoring/create
Create profile
Comprehensive endpoint documentation for Create profile. Integrate this institutional endpoint to sync operational telemetry.
Authentication Protocol
Bearer <API_KEY>Path Parameters
workspace_idstringRequired
Your institutional workspace identifier.
Transmission Examples
curl
curl https://api.topsafe.ai/v4/monitoring/create \
-H "Authorization: Bearer YOUR_API_KEY"Schema Response
json
{
"success": true,
"data": {
"status": "active",
"timestamp": "2026-04-22T08:00:00Z"
}
}