Last updated: 2019-09-17

Source: https://support.freshservice.com/support/solutions/articles/50000000299-how-do-i-create-solution-categories-using-api-

You can use the following curl command :

curl -u user@yourcompany.com:test -H "Content-Type: application/json" -X POST -d '{ "solution\_category": { "name":"API", "description":"API related documents" }}' https://domain.freshservice.com/solution/categories.json

For more information, please click:

https://api.freshservice.com/#create\_solution\_category