sirv-api

Automate Sirv REST API interactions for image and file management.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/IgorVaryvoda/image-optimization-skill --skill sirv-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sirv-api
Source: https://github.com/IgorVaryvoda/image-optimization-skill/tree/main/skills/sirv-api
Command: npx skills add https://github.com/IgorVaryvoda/image-optimization-skill --skill sirv-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides programmatic access to the Sirv REST API for image and file management, enabling automation and integration within AI-assisted workflows.

Core Features & Use Cases

  • Authentication: Obtain and use Bearer tokens to access Sirv API endpoints.
  • File Operations: Upload, download, copy, delete, and list files and directories.
  • Metadata & Search: Read and modify metadata, as well as perform rich search queries.
  • Async Jobs: Trigger and monitor tasks like zip creation, spin conversions, and 3D model exports.
  • Account Management: Retrieve and adjust account settings and usage data for managed assets.

Quick Start

Use the Sirv API to upload an image, fetch its metadata, and start a spin job for a 360 view.

Frequently Asked Questions about sirv-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Sirv REST API interactions for image management?

Automate Sirv REST API interactions for image management by executing HTTP requests to handle file operations, metadata, and asynchronous tasks programmatically. This skill structures your API calls for automated workflows.

How does authentication work with the Sirv API?

Authentication with the Sirv API works by obtaining and using Bearer tokens to securely access REST API endpoints. You must include this token in your HTTP request headers to authorize file operations and metadata queries.

Can I trigger asynchronous jobs like spin conversions through the Sirv API?

You can trigger asynchronous jobs through the Sirv API to start spin conversions, 3D model exports, and zip creation. The API allows you to monitor these background tasks until completion and retrieve the final results.

What's the best way to read and modify Sirv asset metadata?

The best way to read and modify Sirv asset metadata is by sending targeted HTTP requests to the Sirv REST API. You can programmatically update file attributes and perform rich search queries to filter managed assets.

Do I need an SDK to upload and download files via the Sirv API?

You do not need a specific SDK to upload and download files via the Sirv API; standard HTTP requests, curl commands, or existing SDKs are fully supported. This enables direct integration into your current automation pipelines.

Can I retrieve account usage data through the Sirv REST API?

You can retrieve account usage data and adjust account settings through the Sirv REST API. This allows you to programmatically monitor your managed assets and control configuration parameters for your storage account.