API Documentation
Authentication
Learn how to authenticate with the API
Authentication
All API endpoints are authenticated using api keys. You can generate an API key on the console. Example use below:
curl --request GET \
--url https://api.shadeform.ai/v1/instances/types \
--header 'X-API-KEY: <x-api-key>'