SELECT * FROM tapidb.API_Request(
ON { table | view | (query) } AS InputTable
USING
AUTHORIZATION('{"key": "azure-ml-endpoint-key or token",
"region" : "azure region string"}')
ENDPOINT({'azure-ml-endpoint' | 'azure-ml-endpoint URL'})
[CONTENT_TYPE({'json' | 'csv'})]
[API_TYPE('azure-ml')]
[KEY_START_INDEX('0')]
[CONTENT_FORMAT('string to represent how the row should be formatted')]
) AS alias;