Responses from API services available via the API Gateway will generally be in JSON format. If a service utilizes a different response format that will be documented with that specific service.
CORS Support
Services provide support for Cross-Origin Resource Sharing (CORS). CORS is a mechanism that allows restricted resources on a web page to be accessed from another domain outside the domain from which the first resource was served (https://en.wikipedia.org/wiki/Cross-origin_resource_sharing)
curl-XOPTIONS--verbose--location'https://api.scicrunch.io/elastic/v1/_cat/aliases'--header'apikey: <<YOUR API KEY>>'