Each of the components of this service have their own index endpoint like https://dev.api.naturalproducts.net/v1/chem/. This doesn't actually do anything other than return a response code. Since it's not really documented why this is here, I would suggest removing all of these index endpoints, since they are a distraction from the other more important parts
Alternatively, you might have some meta-component that gives information about the service's status/health that is decoupled from the components themselves
Each of the components of this service have their own index endpoint like https://dev.api.naturalproducts.net/v1/chem/. This doesn't actually do anything other than return a response code. Since it's not really documented why this is here, I would suggest removing all of these index endpoints, since they are a distraction from the other more important parts
Alternatively, you might have some meta-component that gives information about the service's status/health that is decoupled from the components themselves