Music is the one language everyone already understands. With a single API, your product can speak it too, to anyone, anywhere, in any culture.
מוזיקה היא השפה האחת שכולם כבר מבינים. עם API אחד, גם המוצר שלך יכול לדבר אותה, לכל אחד, בכל מקום, בכל תרבות.
# mint a short-lived play URL for a track curl -X POST https://api.zacho-music.com/v1/stream/token \ -H "Authorization: Bearer $MUZIKA_KEY" \ -H "Content-Type: application/json" \ -d '{"track_id":"8f2a91c…","store_id":"studio_04"}' ← 200 OK { "data": { "url": "https://cdn.zacho-music.com/r2/8f2a91c…?exp=…&sig=…", "expires_at": 1757000000, "ttl_seconds": 300 } }
Manage many endpoints at scale
ניהול מספר רב של נקודות קצה
One central point of control
שליטה מרכזית אחת
Automatic content updates
עדכונים אוטומטיים
Adapt content by location, time or business type
התאמת תוכן לפי מיקום, שעה או סוג עסק
Integration with third-party systems
אינטגרציה עם מערכות צד שלישי
Have an app or a digital product? Give it a full interface to music content and genres. A fitness app, for example, calm sounds for a yoga flow, and the right energy for a strength session.
יש לך אפליקציה או מוצר דיגיטלי? תן לו ממשק מלא לתכני מוזיקה וז'אנרים. אפליקציית כושר, למשל, צלילים רגועים ליוגה, והאנרגיה הנכונה לאימון כוח.
import { MuzikaClient } from "@muzika/sdk"; const muzika = new MuzikaClient({ apiKey: "mk_live_…" }); // calm for a yoga flow, energy for a strength set const moods = await muzika.catalog.listPlaylists({ is_mood: true }); const pick = moods.data[session === "yoga" ? 0 : 1]; const tracks = await muzika.catalog.getPlaylistTracks(pick.id); const { url } = await muzika.stream.getUrl({ track_id: tracks.data[0].id });
We'll set you up with a demo key that streams 3 tracks, no commitment. Like what you hear? From there we talk about the partnership.
נכין לכם מפתח דמו שמשמיע 3 שירים, בלי התחייבות. אהבתם? משם נדבר על המשך השת״פ.
Get a demo keyלקבלת מפתח דמו