Resources

Changelog

Notable changes, new endpoints, and breaking updates to the StashKit API.

April 20, 2026 — Upload Limit Updates

Updated upload limits

  • Shortform video: max duration 60s → 90s, added 3s minimum
  • Shortform video: max file size 500 MB → 300 MB
  • Carousel images: max file size 8 MB → 20 MB
  • Longform video: max file size 500 MB → 1 GB

April 20, 2026

Initial API v1 release

  • POST /api/v1/upload/presign — presigned URL upload flow
  • POST /api/v1/upload/complete — finalize uploads
  • GET /api/v1/content — list content with filtering and pagination
  • GET /api/v1/content/:id — retrieve single content item
  • PATCH /api/v1/content/:id — update title, description, hashtags, status
  • DELETE /api/v1/content/:id — delete content and storage files
  • API key authentication with brand scoping