studio-backend-api

Document Studio backend REST API endpoints for audio and text generation.

9|1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/diskrotrepo/studio --skill studio-backend-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: studio-backend-api
Source: https://github.com/diskrotrepo/studio/tree/main/.claude/skills/studio-backend-api
Command: npx skills add https://github.com/diskrotrepo/studio --skill studio-backend-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive reference for interacting with the Studio backend REST API, enabling developers and users to understand and utilize its various functionalities for audio generation, text generation, and more.

Core Features & Use Cases

  • API Endpoint Documentation: Details all available API endpoints for managing songs, users, settings, and generation tasks.
  • Request/Response Formats: Specifies the structure of requests and responses for various operations, including audio generation and file uploads.
  • Authentication & Authorization: Explains how to authenticate requests and the different authorization levels.
  • Use Case: A developer needs to integrate Studio's music generation capabilities into a third-party application. They would use this Skill to understand how to submit generation requests, poll task statuses, and manage user data via the API.

Quick Start

Use the studio-backend-api skill to find the endpoint for submitting an audio generation task.

Frequently Asked Questions about studio-backend-api

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

FAQPage Schema
How do I submit an audio generation task to the Studio backend REST API?

To submit an audio generation task to the Studio backend REST API, you use the documented endpoints for generation tasks, specifying the required task type and parameters within the request payload.

What authentication methods does the Studio backend REST API support?

The Studio backend REST API supports authentication methods including peer authentication via signatures, ensuring secure access and specifying different authorization levels for managing user data and settings.

Can I use the Studio backend REST API to manage file uploads and user settings?

Yes, the Studio backend REST API details endpoints for managing file uploads, user settings, and user management, providing the request and response formats needed to integrate these operations into your application.

What request and response formats are required for Studio API text generation?

The Studio API text generation requires specific request and response formats detailed in the reference, ensuring correct structure for submitting operations and receiving generation task statuses and outputs.

How do I poll task statuses after submitting a generation request to the Studio API?

To poll task statuses after submitting a generation request to the Studio API, you utilize the documented endpoints designed for tracking generation tasks, allowing your third-party application to monitor progress until completion.