# SDKs

> Official Orshot libraries for Node.js, Python, PHP, and Ruby

- **URL**: https://orshot.com/docs/sdks

---

Use our official SDKs to integrate Orshot into your application. Each SDK wraps the REST API with language-native methods for rendering templates and generating signed URLs.

## Quick Comparison

All SDKs provide the same two core methods:

| Method               | What It Does                                     |
| :------------------- | :----------------------------------------------- |
| `renderFromTemplate` | Generate an image, PDF, or video from a template |
| `generateSignedUrl`  | Create a pre-signed URL that renders on access   |