Using shotstack-sdk-php with shotstack.io

PHP integration

✓ Official SDK
Install
composer require shotstack-sdk-php
Get Asset
curl \
  -H "x-api-key: $API_KEY" \
  https://api.shotstack.io/v1/assets/{id}
Get Render Status
curl \
  -H "x-api-key: $API_KEY" \
  https://api.shotstack.io/v1/render/{id}
Get Asset by Render ID
curl \
  -H "x-api-key: $API_KEY" \
  https://api.shotstack.io/v1/assets/render/{id}
SDK on GitHub 📄 API Docs
SDK
shotstack-sdk-php
PHP
API
shotstack.io
shotstack.io
At a glance
Language PHP
Endpoints5
Base URLhttps://api.shotstack.io/v1
✓ Official