What you’ll learn:
- How to install the Metorial Python SDK
- How to make requests to the Metorial API using the SDK
1
Install the SDK
To install the Metorial Python SDK, use pip install:
2
Using the SDK
To use the SDK, import the You can now use the
Metorial class and create an instance with your API key:metorial instance to make requests to the Metorial API.3
Making Requests
To make a request, use the resource methods on the
metorial instance:4
Using Types
The SDK is typed and includes type definitions for all API resources, so you can benefit from type checking and IntelliSense support.