Loading…
Loading…
Base URL: https://mantechstudio.in/api/v1
All API requests require your Bearer token in the HTTP Authorization header:
Authorization: Bearer mantech_live_YOUR_SECRET_KEY
Transforms natural language or Hinglish service descriptions into verified SAC candidates from Chapter 99 schedule.
curl -X POST "https://mantechstudio.in/api/v1/ai/sac/suggest" \
-H "Authorization: Bearer mantech_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"service_name": "Custom software development for manufacturing",
"industry": "Information Technology",
"limit": 5
}'{
"success": true,
"data": {
"sac_code": "998314",
"description": "Information technology (IT) design and development services",
"gst_rate": 18,
"source": "CBIC Official Chapter 99 Schedule"
}
}