StarNova
Documentation

API Reference

Dokumentasi otomatis · contoh kode 11 bahasa · Try API.

AI (29)

GET/api/v1/ai/animeSample

Foto → anime.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL input
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "output": "AI Anime contoh"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/ai/anime?url=https%3A%2F%2F..." \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/ai/captionLive

Caption medsos.

Parameters
NameTypeRequiredDescription
textstringrequiredInput
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "answer": "..."
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/ai/caption?text=Contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/ai/chatLive

Chat AI serba guna (gratis, pollinations).

Parameters
NameTypeRequiredDescription
textstringrequiredPrompt
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "answer": "Halo! Ada yang bisa kubantu?"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/ai/chat?text=Halo!" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/ai/claudeLive

Thoughtful assistant.

Parameters
NameTypeRequiredDescription
textstringrequiredInput
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "answer": "..."
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/ai/claude?text=Contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/ai/codeLive

Buat kode.

Parameters
NameTypeRequiredDescription
textstringrequiredInput
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "answer": "..."
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/ai/code?text=Contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/ai/deepseekLive

Reasoning & code.

Parameters
NameTypeRequiredDescription
textstringrequiredInput
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "answer": "..."
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/ai/deepseek?text=Contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/ai/emailLive

Buat email.

Parameters
NameTypeRequiredDescription
textstringrequiredInput
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "answer": "..."
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/ai/email?text=Contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/ai/explainLive

Jelaskan.

Parameters
NameTypeRequiredDescription
textstringrequiredInput
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "answer": "..."
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/ai/explain?text=Contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/ai/fixcodeLive

Perbaiki bug.

Parameters
NameTypeRequiredDescription
textstringrequiredInput
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "answer": "..."
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/ai/fixcode?text=Contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/ai/geminiLive

Gemini style.

Parameters
NameTypeRequiredDescription
textstringrequiredInput
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "answer": "..."
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/ai/gemini?text=Contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/ai/gpt4Live

Model GPT-4 style.

Parameters
NameTypeRequiredDescription
textstringrequiredInput
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "answer": "..."
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/ai/gpt4?text=Contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/ai/gpt5Live

Slot GPT-5.

Parameters
NameTypeRequiredDescription
textstringrequiredInput
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "answer": "..."
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/ai/gpt5?text=Contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/ai/grammarLive

Perbaiki grammar.

Parameters
NameTypeRequiredDescription
textstringrequiredInput
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "answer": "..."
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/ai/grammar?text=Contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/ai/hashtagLive

Hashtag.

Parameters
NameTypeRequiredDescription
textstringrequiredInput
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "answer": "..."
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/ai/hashtag?text=Contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/ai/imageLive

Generate gambar dari teks.

Parameters
NameTypeRequiredDescription
promptstringrequiredDeskripsi
ratiostringoptional1:1|16:9|9:16
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "url": "https://image.pollinations.ai/..."
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/ai/image?prompt=nebula%20galaxy" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/ai/llamaLive

Meta Llama.

Parameters
NameTypeRequiredDescription
textstringrequiredInput
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "answer": "..."
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/ai/llama?text=Contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/ai/musicSample

Generate musik.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL input
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "output": "AI Music contoh"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/ai/music?url=https%3A%2F%2F..." \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/ai/ocrSample

Gambar → teks.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL input
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "output": "AI OCR contoh"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/ai/ocr?url=https%3A%2F%2F..." \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/ai/qwenLive

Multilingual.

Parameters
NameTypeRequiredDescription
textstringrequiredInput
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "answer": "..."
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/ai/qwen?text=Contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/ai/regexLive

Buat regex.

Parameters
NameTypeRequiredDescription
textstringrequiredInput
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "answer": "..."
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/ai/regex?text=Contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/ai/removebgSample

Hapus background.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL input
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "output": "AI Remove BG contoh"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/ai/removebg?url=https%3A%2F%2F..." \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/ai/rewriteLive

Tulis ulang.

Parameters
NameTypeRequiredDescription
textstringrequiredInput
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "answer": "..."
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/ai/rewrite?text=Contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/ai/sqlLive

Buat query SQL.

Parameters
NameTypeRequiredDescription
textstringrequiredInput
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "answer": "..."
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/ai/sql?text=Contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/ai/storyLive

Buat cerita.

Parameters
NameTypeRequiredDescription
textstringrequiredInput
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "answer": "..."
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/ai/story?text=Contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/ai/summarizeLive

Ringkas.

Parameters
NameTypeRequiredDescription
textstringrequiredInput
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "answer": "..."
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/ai/summarize?text=Contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/ai/translateLive

Terjemahkan.

Parameters
NameTypeRequiredDescription
textstringrequiredInput
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "answer": "..."
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/ai/translate?text=Contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/ai/ttsSample

Teks → suara.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL input
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "output": "AI Text To Speech contoh"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/ai/tts?url=https%3A%2F%2F..." \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/ai/upscaleSample

Perbesar resolusi.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL input
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "output": "AI Upscale contoh"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/ai/upscale?url=https%3A%2F%2F..." \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/ai/visionSample

Analisa gambar.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL input
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "output": "AI Vision contoh"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/ai/vision?url=https%3A%2F%2F..." \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API

Brat (3)

GET/api/v1/brat/hdSample

Brat HD generator.

Parameters
NameTypeRequiredDescription
textstringrequiredTeks
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "url": "https://cdn.example/brat.png"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/brat/hd?text=starnova" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/brat/imageSample

Brat Image generator.

Parameters
NameTypeRequiredDescription
textstringrequiredTeks
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "url": "https://cdn.example/brat.png"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/brat/image?text=starnova" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/brat/videoSample

Brat Video generator.

Parameters
NameTypeRequiredDescription
textstringrequiredTeks
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "url": "https://cdn.example/brat.png"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/brat/video?text=starnova" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API

Downloader (17)

GET/api/v1/download/capcutSample

Unduh media dari CapCut.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "title": "Contoh",
    "url": "https://cdn.example/media.mp4"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/download/capcut?url=https%3A%2F%2F..." \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/download/facebookSample

Unduh media dari Facebook.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "title": "Contoh",
    "url": "https://cdn.example/media.mp4"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/download/facebook?url=https%3A%2F%2F..." \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/download/gdriveSample

Unduh media dari Google Drive.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "title": "Contoh",
    "url": "https://cdn.example/media.mp4"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/download/gdrive?url=https%3A%2F%2F..." \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/download/instagramSample

Unduh media dari Instagram.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "title": "Contoh",
    "url": "https://cdn.example/media.mp4"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/download/instagram?url=https%3A%2F%2F..." \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/download/likeeSample

Unduh media dari Likee.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "title": "Contoh",
    "url": "https://cdn.example/media.mp4"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/download/likee?url=https%3A%2F%2F..." \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/download/mediafireSample

Unduh media dari Mediafire.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "title": "Contoh",
    "url": "https://cdn.example/media.mp4"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/download/mediafire?url=https%3A%2F%2F..." \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/download/pinterestSample

Unduh media dari Pinterest.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "title": "Contoh",
    "url": "https://cdn.example/media.mp4"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/download/pinterest?url=https%3A%2F%2F..." \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/download/redditSample

Unduh media dari Reddit Video.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "title": "Contoh",
    "url": "https://cdn.example/media.mp4"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/download/reddit?url=https%3A%2F%2F..." \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/download/snackvideoSample

Unduh media dari SnackVideo.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "title": "Contoh",
    "url": "https://cdn.example/media.mp4"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/download/snackvideo?url=https%3A%2F%2F..." \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/download/soundcloudSample

Unduh media dari SoundCloud.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "title": "Contoh",
    "url": "https://cdn.example/media.mp4"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/download/soundcloud?url=https%3A%2F%2F..." \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/download/spotifySample

Unduh media dari Spotify.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "title": "Contoh",
    "url": "https://cdn.example/media.mp4"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/download/spotify?url=https%3A%2F%2F..." \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/download/teraboxSample

Unduh media dari Terabox.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "title": "Contoh",
    "url": "https://cdn.example/media.mp4"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/download/terabox?url=https%3A%2F%2F..." \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/download/threadsSample

Unduh media dari Threads.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "title": "Contoh",
    "url": "https://cdn.example/media.mp4"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/download/threads?url=https%3A%2F%2F..." \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/download/tiktokLive

Unduh TikTok tanpa watermark.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "title": "...",
    "video": "https://..."
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/download/tiktok?url=https%3A%2F%2Fvt.tiktok.com%2Fx" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/download/twitterSample

Unduh media dari Twitter/X.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "title": "Contoh",
    "url": "https://cdn.example/media.mp4"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/download/twitter?url=https%3A%2F%2F..." \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/download/ytmp3Live

Unduh audio YouTube.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "title": "...",
    "url": "https://...mp3"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/download/ytmp3?url=https%3A%2F%2Fyoutu.be%2Fx" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/download/ytmp4Live

Unduh video YouTube.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "title": "...",
    "url": "https://...mp4"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/download/ytmp4?url=https%3A%2F%2Fyoutu.be%2Fx" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API

Image (7)

GET/api/v1/image/blurSample

blur untuk gambar.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL gambar
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "url": "https://cdn.example/out.png"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/image/blur?url=https%3A%2F%2F..." \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/image/compressSample

compress untuk gambar.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL gambar
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "url": "https://cdn.example/out.png"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/image/compress?url=https%3A%2F%2F..." \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/image/grayscaleSample

grayscale untuk gambar.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL gambar
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "url": "https://cdn.example/out.png"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/image/grayscale?url=https%3A%2F%2F..." \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/image/memeSample

meme untuk gambar.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL gambar
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "url": "https://cdn.example/out.png"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/image/meme?url=https%3A%2F%2F..." \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/image/removebgSample

removebg untuk gambar.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL gambar
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "url": "https://cdn.example/out.png"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/image/removebg?url=https%3A%2F%2F..." \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/image/resizeSample

resize untuk gambar.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL gambar
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "url": "https://cdn.example/out.png"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/image/resize?url=https%3A%2F%2F..." \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/image/upscaleSample

upscale untuk gambar.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL gambar
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "url": "https://cdn.example/out.png"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/image/upscale?url=https%3A%2F%2F..." \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API

Search (15)

GET/api/v1/search/animeSample

Cari anime.

Parameters
NameTypeRequiredDescription
qstringrequiredKata kunci
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": [
    {
      "title": "Hasil anime 1",
      "url": "https://example.com/1"
    }
  ]
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/search/anime?q=contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/search/gameSample

Cari game.

Parameters
NameTypeRequiredDescription
qstringrequiredKata kunci
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": [
    {
      "title": "Hasil game 1",
      "url": "https://example.com/1"
    }
  ]
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/search/game?q=contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/search/githubSample

Cari github.

Parameters
NameTypeRequiredDescription
qstringrequiredKata kunci
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": [
    {
      "title": "Hasil github 1",
      "url": "https://example.com/1"
    }
  ]
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/search/github?q=contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/search/instagramSample

Cari instagram.

Parameters
NameTypeRequiredDescription
qstringrequiredKata kunci
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": [
    {
      "title": "Hasil instagram 1",
      "url": "https://example.com/1"
    }
  ]
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/search/instagram?q=contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/search/lyricsLive

Cari lirik lagu.

Parameters
NameTypeRequiredDescription
artiststringrequiredArtis
titlestringrequiredJudul
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "lyrics": "..."
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/search/lyrics?artist=Coldplay&title=Yellow" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/search/mangaSample

Cari manga.

Parameters
NameTypeRequiredDescription
qstringrequiredKata kunci
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": [
    {
      "title": "Hasil manga 1",
      "url": "https://example.com/1"
    }
  ]
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/search/manga?q=contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/search/movieSample

Cari movie.

Parameters
NameTypeRequiredDescription
qstringrequiredKata kunci
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": [
    {
      "title": "Hasil movie 1",
      "url": "https://example.com/1"
    }
  ]
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/search/movie?q=contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/search/npmSample

Cari npm.

Parameters
NameTypeRequiredDescription
qstringrequiredKata kunci
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": [
    {
      "title": "Hasil npm 1",
      "url": "https://example.com/1"
    }
  ]
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/search/npm?q=contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/search/pinterestSample

Cari pinterest.

Parameters
NameTypeRequiredDescription
qstringrequiredKata kunci
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": [
    {
      "title": "Hasil pinterest 1",
      "url": "https://example.com/1"
    }
  ]
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/search/pinterest?q=contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/search/spotifySample

Cari spotify.

Parameters
NameTypeRequiredDescription
qstringrequiredKata kunci
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": [
    {
      "title": "Hasil spotify 1",
      "url": "https://example.com/1"
    }
  ]
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/search/spotify?q=contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/search/stickerSample

Cari sticker.

Parameters
NameTypeRequiredDescription
qstringrequiredKata kunci
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": [
    {
      "title": "Hasil sticker 1",
      "url": "https://example.com/1"
    }
  ]
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/search/sticker?q=contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/search/tiktokSample

Cari tiktok.

Parameters
NameTypeRequiredDescription
qstringrequiredKata kunci
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": [
    {
      "title": "Hasil tiktok 1",
      "url": "https://example.com/1"
    }
  ]
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/search/tiktok?q=contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/search/wallpaperSample

Cari wallpaper.

Parameters
NameTypeRequiredDescription
qstringrequiredKata kunci
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": [
    {
      "title": "Hasil wallpaper 1",
      "url": "https://example.com/1"
    }
  ]
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/search/wallpaper?q=contoh" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/search/webLive

Pencarian web instan.

Parameters
NameTypeRequiredDescription
qstringrequiredKata kunci
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "heading": "...",
    "abstract": "..."
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/search/web?q=starnova" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/search/youtubeLive

Cari video YouTube.

Parameters
NameTypeRequiredDescription
qstringrequiredKata kunci
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": [
    {
      "title": "...",
      "url": "https://youtu.be/..."
    }
  ]
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/search/youtube?q=lofi" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API

Text (6)

GET/api/v1/text/grammarSample

grammar untuk teks.

Parameters
NameTypeRequiredDescription
textstringrequiredTeks
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "output": "grammar contoh"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/text/grammar?text=hello" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/text/humanizeSample

humanize untuk teks.

Parameters
NameTypeRequiredDescription
textstringrequiredTeks
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "output": "humanize contoh"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/text/humanize?text=hello" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/text/ocrSample

ocr untuk teks.

Parameters
NameTypeRequiredDescription
textstringrequiredTeks
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "output": "ocr contoh"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/text/ocr?text=hello" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/text/rewriteSample

rewrite untuk teks.

Parameters
NameTypeRequiredDescription
textstringrequiredTeks
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "output": "rewrite contoh"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/text/rewrite?text=hello" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/text/summarizeSample

summarize untuk teks.

Parameters
NameTypeRequiredDescription
textstringrequiredTeks
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "output": "summarize contoh"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/text/summarize?text=hello" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/text/ttsSample

tts untuk teks.

Parameters
NameTypeRequiredDescription
textstringrequiredTeks
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "output": "tts contoh"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/text/tts?text=hello" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API

Utility (14)

GET/api/v1/utility/base64Live

Encode/decode Base64.

Parameters
NameTypeRequiredDescription
textstringrequiredTeks
modestringoptionalencode|decode
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "result": "aGVsbG8="
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/utility/base64?text=hello" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/utility/currencySample

Currency Convert.

Parameters
NameTypeRequiredDescription
fromstringrequiredDari
tostringrequiredKe
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "output": "Currency Convert contoh"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/utility/currency?from=USD&to=IDR" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/utility/hashSample

Hash Generator.

Parameters
NameTypeRequiredDescription
textstringrequiredTeks
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "output": "Hash Generator contoh"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/utility/hash?text=hello" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/utility/ipLive

Info lokasi & ISP.

Parameters
NameTypeRequiredDescription
ipstringoptionalIP
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "query": "8.8.8.8",
    "country": "United States"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/utility/ip" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/utility/passwordLive

Password acak kuat.

Parameters
NameTypeRequiredDescription
lengthnumberoptionalPanjang
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "password": "aB3!xY"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/utility/password" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/utility/qrLive

Buat QR code.

Parameters
NameTypeRequiredDescription
textstringrequiredIsi QR
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "url": "https://api.qrserver.com/..."
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/utility/qr?text=https%3A%2F%2Fstarnova.my.id" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/utility/randomcatLive

Gambar kucing acak.

Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "url": "https://..."
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/utility/randomcat" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/utility/randomdogLive

Gambar anjing acak.

Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "url": "https://..."
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/utility/randomdog" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/utility/randomquoteLive

Kutipan acak.

Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "quote": "..."
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/utility/randomquote" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/utility/screenshotSample

Screenshot Website.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "output": "Screenshot Website contoh"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/utility/screenshot?url=https%3A%2F%2F..." \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/utility/shorturlSample

Short URL.

Parameters
NameTypeRequiredDescription
urlstringrequiredURL
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "output": "Short URL contoh"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/utility/shorturl?url=https%3A%2F%2F..." \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/utility/translateSample

Translate.

Parameters
NameTypeRequiredDescription
textstringrequiredTeks
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "output": "Translate contoh"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/utility/translate?text=hello" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/utility/uuidLive

Generate UUID v4.

Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "uuid": "xxxx-xxxx"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/utility/uuid" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API
GET/api/v1/utility/weatherLive

Cuaca terkini.

Parameters
NameTypeRequiredDescription
citystringrequiredKota
Response
{
  "status": true,
  "creator": "StarNova API",
  "result": {
    "city": "Jakarta",
    "tempC": "30"
  }
}
Error
{
  "status": false,
  "message": "Invalid API Key"
}
Code Example
curl "https://starnova.my.id/api/v1/utility/weather?city=Jakarta" \
  -H "apikey: snv_YOUR_API_KEY"
⚡ Try API