API Reference
Dokumentasi otomatis · contoh kode 11 bahasa · Try API.
AI (29)
Foto → anime.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL input |
{
"status": true,
"creator": "StarNova API",
"result": {
"output": "AI Anime contoh"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/ai/anime?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Caption medsos.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Input |
{
"status": true,
"creator": "StarNova API",
"result": {
"answer": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/ai/caption?text=Contoh" \ -H "apikey: snv_YOUR_API_KEY"
Chat AI serba guna (gratis, pollinations).
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Prompt |
{
"status": true,
"creator": "StarNova API",
"result": {
"answer": "Halo! Ada yang bisa kubantu?"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/ai/chat?text=Halo!" \ -H "apikey: snv_YOUR_API_KEY"
Thoughtful assistant.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Input |
{
"status": true,
"creator": "StarNova API",
"result": {
"answer": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/ai/claude?text=Contoh" \ -H "apikey: snv_YOUR_API_KEY"
Buat kode.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Input |
{
"status": true,
"creator": "StarNova API",
"result": {
"answer": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/ai/code?text=Contoh" \ -H "apikey: snv_YOUR_API_KEY"
Reasoning & code.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Input |
{
"status": true,
"creator": "StarNova API",
"result": {
"answer": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/ai/deepseek?text=Contoh" \ -H "apikey: snv_YOUR_API_KEY"
Buat email.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Input |
{
"status": true,
"creator": "StarNova API",
"result": {
"answer": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/ai/email?text=Contoh" \ -H "apikey: snv_YOUR_API_KEY"
Jelaskan.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Input |
{
"status": true,
"creator": "StarNova API",
"result": {
"answer": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/ai/explain?text=Contoh" \ -H "apikey: snv_YOUR_API_KEY"
Perbaiki bug.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Input |
{
"status": true,
"creator": "StarNova API",
"result": {
"answer": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/ai/fixcode?text=Contoh" \ -H "apikey: snv_YOUR_API_KEY"
Gemini style.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Input |
{
"status": true,
"creator": "StarNova API",
"result": {
"answer": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/ai/gemini?text=Contoh" \ -H "apikey: snv_YOUR_API_KEY"
Model GPT-4 style.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Input |
{
"status": true,
"creator": "StarNova API",
"result": {
"answer": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/ai/gpt4?text=Contoh" \ -H "apikey: snv_YOUR_API_KEY"
Slot GPT-5.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Input |
{
"status": true,
"creator": "StarNova API",
"result": {
"answer": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/ai/gpt5?text=Contoh" \ -H "apikey: snv_YOUR_API_KEY"
Perbaiki grammar.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Input |
{
"status": true,
"creator": "StarNova API",
"result": {
"answer": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/ai/grammar?text=Contoh" \ -H "apikey: snv_YOUR_API_KEY"
Hashtag.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Input |
{
"status": true,
"creator": "StarNova API",
"result": {
"answer": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/ai/hashtag?text=Contoh" \ -H "apikey: snv_YOUR_API_KEY"
Generate gambar dari teks.
| Name | Type | Required | Description |
|---|---|---|---|
| prompt | string | required | Deskripsi |
| ratio | string | optional | 1:1|16:9|9:16 |
{
"status": true,
"creator": "StarNova API",
"result": {
"url": "https://image.pollinations.ai/..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/ai/image?prompt=nebula%20galaxy" \ -H "apikey: snv_YOUR_API_KEY"
Meta Llama.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Input |
{
"status": true,
"creator": "StarNova API",
"result": {
"answer": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/ai/llama?text=Contoh" \ -H "apikey: snv_YOUR_API_KEY"
Generate musik.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL input |
{
"status": true,
"creator": "StarNova API",
"result": {
"output": "AI Music contoh"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/ai/music?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Gambar → teks.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL input |
{
"status": true,
"creator": "StarNova API",
"result": {
"output": "AI OCR contoh"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/ai/ocr?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Multilingual.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Input |
{
"status": true,
"creator": "StarNova API",
"result": {
"answer": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/ai/qwen?text=Contoh" \ -H "apikey: snv_YOUR_API_KEY"
Buat regex.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Input |
{
"status": true,
"creator": "StarNova API",
"result": {
"answer": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/ai/regex?text=Contoh" \ -H "apikey: snv_YOUR_API_KEY"
Hapus background.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL input |
{
"status": true,
"creator": "StarNova API",
"result": {
"output": "AI Remove BG contoh"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/ai/removebg?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Tulis ulang.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Input |
{
"status": true,
"creator": "StarNova API",
"result": {
"answer": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/ai/rewrite?text=Contoh" \ -H "apikey: snv_YOUR_API_KEY"
Buat query SQL.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Input |
{
"status": true,
"creator": "StarNova API",
"result": {
"answer": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/ai/sql?text=Contoh" \ -H "apikey: snv_YOUR_API_KEY"
Buat cerita.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Input |
{
"status": true,
"creator": "StarNova API",
"result": {
"answer": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/ai/story?text=Contoh" \ -H "apikey: snv_YOUR_API_KEY"
Ringkas.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Input |
{
"status": true,
"creator": "StarNova API",
"result": {
"answer": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/ai/summarize?text=Contoh" \ -H "apikey: snv_YOUR_API_KEY"
Terjemahkan.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Input |
{
"status": true,
"creator": "StarNova API",
"result": {
"answer": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/ai/translate?text=Contoh" \ -H "apikey: snv_YOUR_API_KEY"
Teks → suara.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL input |
{
"status": true,
"creator": "StarNova API",
"result": {
"output": "AI Text To Speech contoh"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/ai/tts?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Perbesar resolusi.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL input |
{
"status": true,
"creator": "StarNova API",
"result": {
"output": "AI Upscale contoh"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/ai/upscale?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Analisa gambar.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL input |
{
"status": true,
"creator": "StarNova API",
"result": {
"output": "AI Vision contoh"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/ai/vision?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Brat (3)
Brat HD generator.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks |
{
"status": true,
"creator": "StarNova API",
"result": {
"url": "https://cdn.example/brat.png"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/brat/hd?text=starnova" \ -H "apikey: snv_YOUR_API_KEY"
Brat Image generator.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks |
{
"status": true,
"creator": "StarNova API",
"result": {
"url": "https://cdn.example/brat.png"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/brat/image?text=starnova" \ -H "apikey: snv_YOUR_API_KEY"
Brat Video generator.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks |
{
"status": true,
"creator": "StarNova API",
"result": {
"url": "https://cdn.example/brat.png"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/brat/video?text=starnova" \ -H "apikey: snv_YOUR_API_KEY"
Downloader (17)
Unduh media dari CapCut.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
{
"status": true,
"creator": "StarNova API",
"result": {
"title": "Contoh",
"url": "https://cdn.example/media.mp4"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/download/capcut?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Unduh media dari Facebook.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
{
"status": true,
"creator": "StarNova API",
"result": {
"title": "Contoh",
"url": "https://cdn.example/media.mp4"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/download/facebook?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Unduh media dari Google Drive.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
{
"status": true,
"creator": "StarNova API",
"result": {
"title": "Contoh",
"url": "https://cdn.example/media.mp4"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/download/gdrive?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Unduh media dari Instagram.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
{
"status": true,
"creator": "StarNova API",
"result": {
"title": "Contoh",
"url": "https://cdn.example/media.mp4"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/download/instagram?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Unduh media dari Likee.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
{
"status": true,
"creator": "StarNova API",
"result": {
"title": "Contoh",
"url": "https://cdn.example/media.mp4"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/download/likee?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Unduh media dari Mediafire.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
{
"status": true,
"creator": "StarNova API",
"result": {
"title": "Contoh",
"url": "https://cdn.example/media.mp4"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/download/mediafire?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Unduh media dari Pinterest.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
{
"status": true,
"creator": "StarNova API",
"result": {
"title": "Contoh",
"url": "https://cdn.example/media.mp4"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/download/pinterest?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Unduh media dari Reddit Video.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
{
"status": true,
"creator": "StarNova API",
"result": {
"title": "Contoh",
"url": "https://cdn.example/media.mp4"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/download/reddit?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Unduh media dari SnackVideo.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
{
"status": true,
"creator": "StarNova API",
"result": {
"title": "Contoh",
"url": "https://cdn.example/media.mp4"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/download/snackvideo?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Unduh media dari SoundCloud.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
{
"status": true,
"creator": "StarNova API",
"result": {
"title": "Contoh",
"url": "https://cdn.example/media.mp4"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/download/soundcloud?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Unduh media dari Spotify.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
{
"status": true,
"creator": "StarNova API",
"result": {
"title": "Contoh",
"url": "https://cdn.example/media.mp4"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/download/spotify?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Unduh media dari Terabox.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
{
"status": true,
"creator": "StarNova API",
"result": {
"title": "Contoh",
"url": "https://cdn.example/media.mp4"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/download/terabox?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Unduh media dari Threads.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
{
"status": true,
"creator": "StarNova API",
"result": {
"title": "Contoh",
"url": "https://cdn.example/media.mp4"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/download/threads?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Unduh TikTok tanpa watermark.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
{
"status": true,
"creator": "StarNova API",
"result": {
"title": "...",
"video": "https://..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/download/tiktok?url=https%3A%2F%2Fvt.tiktok.com%2Fx" \ -H "apikey: snv_YOUR_API_KEY"
Unduh media dari Twitter/X.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
{
"status": true,
"creator": "StarNova API",
"result": {
"title": "Contoh",
"url": "https://cdn.example/media.mp4"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/download/twitter?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Unduh audio YouTube.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
{
"status": true,
"creator": "StarNova API",
"result": {
"title": "...",
"url": "https://...mp3"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/download/ytmp3?url=https%3A%2F%2Fyoutu.be%2Fx" \ -H "apikey: snv_YOUR_API_KEY"
Unduh video YouTube.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
{
"status": true,
"creator": "StarNova API",
"result": {
"title": "...",
"url": "https://...mp4"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/download/ytmp4?url=https%3A%2F%2Fyoutu.be%2Fx" \ -H "apikey: snv_YOUR_API_KEY"
Image (7)
blur untuk gambar.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL gambar |
{
"status": true,
"creator": "StarNova API",
"result": {
"url": "https://cdn.example/out.png"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/image/blur?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
compress untuk gambar.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL gambar |
{
"status": true,
"creator": "StarNova API",
"result": {
"url": "https://cdn.example/out.png"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/image/compress?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
grayscale untuk gambar.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL gambar |
{
"status": true,
"creator": "StarNova API",
"result": {
"url": "https://cdn.example/out.png"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/image/grayscale?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
meme untuk gambar.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL gambar |
{
"status": true,
"creator": "StarNova API",
"result": {
"url": "https://cdn.example/out.png"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/image/meme?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
removebg untuk gambar.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL gambar |
{
"status": true,
"creator": "StarNova API",
"result": {
"url": "https://cdn.example/out.png"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/image/removebg?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
resize untuk gambar.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL gambar |
{
"status": true,
"creator": "StarNova API",
"result": {
"url": "https://cdn.example/out.png"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/image/resize?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
upscale untuk gambar.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL gambar |
{
"status": true,
"creator": "StarNova API",
"result": {
"url": "https://cdn.example/out.png"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/image/upscale?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Search (15)
Cari anime.
| Name | Type | Required | Description |
|---|---|---|---|
| q | string | required | Kata kunci |
{
"status": true,
"creator": "StarNova API",
"result": [
{
"title": "Hasil anime 1",
"url": "https://example.com/1"
}
]
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/search/anime?q=contoh" \ -H "apikey: snv_YOUR_API_KEY"
Cari game.
| Name | Type | Required | Description |
|---|---|---|---|
| q | string | required | Kata kunci |
{
"status": true,
"creator": "StarNova API",
"result": [
{
"title": "Hasil game 1",
"url": "https://example.com/1"
}
]
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/search/game?q=contoh" \ -H "apikey: snv_YOUR_API_KEY"
Cari github.
| Name | Type | Required | Description |
|---|---|---|---|
| q | string | required | Kata kunci |
{
"status": true,
"creator": "StarNova API",
"result": [
{
"title": "Hasil github 1",
"url": "https://example.com/1"
}
]
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/search/github?q=contoh" \ -H "apikey: snv_YOUR_API_KEY"
Cari instagram.
| Name | Type | Required | Description |
|---|---|---|---|
| q | string | required | Kata kunci |
{
"status": true,
"creator": "StarNova API",
"result": [
{
"title": "Hasil instagram 1",
"url": "https://example.com/1"
}
]
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/search/instagram?q=contoh" \ -H "apikey: snv_YOUR_API_KEY"
Cari lirik lagu.
| Name | Type | Required | Description |
|---|---|---|---|
| artist | string | required | Artis |
| title | string | required | Judul |
{
"status": true,
"creator": "StarNova API",
"result": {
"lyrics": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/search/lyrics?artist=Coldplay&title=Yellow" \ -H "apikey: snv_YOUR_API_KEY"
Cari manga.
| Name | Type | Required | Description |
|---|---|---|---|
| q | string | required | Kata kunci |
{
"status": true,
"creator": "StarNova API",
"result": [
{
"title": "Hasil manga 1",
"url": "https://example.com/1"
}
]
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/search/manga?q=contoh" \ -H "apikey: snv_YOUR_API_KEY"
Cari movie.
| Name | Type | Required | Description |
|---|---|---|---|
| q | string | required | Kata kunci |
{
"status": true,
"creator": "StarNova API",
"result": [
{
"title": "Hasil movie 1",
"url": "https://example.com/1"
}
]
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/search/movie?q=contoh" \ -H "apikey: snv_YOUR_API_KEY"
Cari npm.
| Name | Type | Required | Description |
|---|---|---|---|
| q | string | required | Kata kunci |
{
"status": true,
"creator": "StarNova API",
"result": [
{
"title": "Hasil npm 1",
"url": "https://example.com/1"
}
]
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/search/npm?q=contoh" \ -H "apikey: snv_YOUR_API_KEY"
Cari pinterest.
| Name | Type | Required | Description |
|---|---|---|---|
| q | string | required | Kata kunci |
{
"status": true,
"creator": "StarNova API",
"result": [
{
"title": "Hasil pinterest 1",
"url": "https://example.com/1"
}
]
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/search/pinterest?q=contoh" \ -H "apikey: snv_YOUR_API_KEY"
Cari spotify.
| Name | Type | Required | Description |
|---|---|---|---|
| q | string | required | Kata kunci |
{
"status": true,
"creator": "StarNova API",
"result": [
{
"title": "Hasil spotify 1",
"url": "https://example.com/1"
}
]
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/search/spotify?q=contoh" \ -H "apikey: snv_YOUR_API_KEY"
Cari sticker.
| Name | Type | Required | Description |
|---|---|---|---|
| q | string | required | Kata kunci |
{
"status": true,
"creator": "StarNova API",
"result": [
{
"title": "Hasil sticker 1",
"url": "https://example.com/1"
}
]
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/search/sticker?q=contoh" \ -H "apikey: snv_YOUR_API_KEY"
Cari tiktok.
| Name | Type | Required | Description |
|---|---|---|---|
| q | string | required | Kata kunci |
{
"status": true,
"creator": "StarNova API",
"result": [
{
"title": "Hasil tiktok 1",
"url": "https://example.com/1"
}
]
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/search/tiktok?q=contoh" \ -H "apikey: snv_YOUR_API_KEY"
Cari wallpaper.
| Name | Type | Required | Description |
|---|---|---|---|
| q | string | required | Kata kunci |
{
"status": true,
"creator": "StarNova API",
"result": [
{
"title": "Hasil wallpaper 1",
"url": "https://example.com/1"
}
]
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/search/wallpaper?q=contoh" \ -H "apikey: snv_YOUR_API_KEY"
Pencarian web instan.
| Name | Type | Required | Description |
|---|---|---|---|
| q | string | required | Kata kunci |
{
"status": true,
"creator": "StarNova API",
"result": {
"heading": "...",
"abstract": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/search/web?q=starnova" \ -H "apikey: snv_YOUR_API_KEY"
Cari video YouTube.
| Name | Type | Required | Description |
|---|---|---|---|
| q | string | required | Kata kunci |
{
"status": true,
"creator": "StarNova API",
"result": [
{
"title": "...",
"url": "https://youtu.be/..."
}
]
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/search/youtube?q=lofi" \ -H "apikey: snv_YOUR_API_KEY"
Text (6)
grammar untuk teks.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks |
{
"status": true,
"creator": "StarNova API",
"result": {
"output": "grammar contoh"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/text/grammar?text=hello" \ -H "apikey: snv_YOUR_API_KEY"
humanize untuk teks.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks |
{
"status": true,
"creator": "StarNova API",
"result": {
"output": "humanize contoh"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/text/humanize?text=hello" \ -H "apikey: snv_YOUR_API_KEY"
ocr untuk teks.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks |
{
"status": true,
"creator": "StarNova API",
"result": {
"output": "ocr contoh"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/text/ocr?text=hello" \ -H "apikey: snv_YOUR_API_KEY"
rewrite untuk teks.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks |
{
"status": true,
"creator": "StarNova API",
"result": {
"output": "rewrite contoh"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/text/rewrite?text=hello" \ -H "apikey: snv_YOUR_API_KEY"
summarize untuk teks.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks |
{
"status": true,
"creator": "StarNova API",
"result": {
"output": "summarize contoh"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/text/summarize?text=hello" \ -H "apikey: snv_YOUR_API_KEY"
tts untuk teks.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks |
{
"status": true,
"creator": "StarNova API",
"result": {
"output": "tts contoh"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/text/tts?text=hello" \ -H "apikey: snv_YOUR_API_KEY"
Utility (14)
Encode/decode Base64.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks |
| mode | string | optional | encode|decode |
{
"status": true,
"creator": "StarNova API",
"result": {
"result": "aGVsbG8="
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/utility/base64?text=hello" \ -H "apikey: snv_YOUR_API_KEY"
Currency Convert.
| Name | Type | Required | Description |
|---|---|---|---|
| from | string | required | Dari |
| to | string | required | Ke |
{
"status": true,
"creator": "StarNova API",
"result": {
"output": "Currency Convert contoh"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/utility/currency?from=USD&to=IDR" \ -H "apikey: snv_YOUR_API_KEY"
Hash Generator.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks |
{
"status": true,
"creator": "StarNova API",
"result": {
"output": "Hash Generator contoh"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/utility/hash?text=hello" \ -H "apikey: snv_YOUR_API_KEY"
Info lokasi & ISP.
| Name | Type | Required | Description |
|---|---|---|---|
| ip | string | optional | IP |
{
"status": true,
"creator": "StarNova API",
"result": {
"query": "8.8.8.8",
"country": "United States"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/utility/ip" \ -H "apikey: snv_YOUR_API_KEY"
Password acak kuat.
| Name | Type | Required | Description |
|---|---|---|---|
| length | number | optional | Panjang |
{
"status": true,
"creator": "StarNova API",
"result": {
"password": "aB3!xY"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/utility/password" \ -H "apikey: snv_YOUR_API_KEY"
Buat QR code.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Isi QR |
{
"status": true,
"creator": "StarNova API",
"result": {
"url": "https://api.qrserver.com/..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/utility/qr?text=https%3A%2F%2Fstarnova.my.id" \ -H "apikey: snv_YOUR_API_KEY"
Gambar kucing acak.
{
"status": true,
"creator": "StarNova API",
"result": {
"url": "https://..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/utility/randomcat" \ -H "apikey: snv_YOUR_API_KEY"
Gambar anjing acak.
{
"status": true,
"creator": "StarNova API",
"result": {
"url": "https://..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/utility/randomdog" \ -H "apikey: snv_YOUR_API_KEY"
Kutipan acak.
{
"status": true,
"creator": "StarNova API",
"result": {
"quote": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/utility/randomquote" \ -H "apikey: snv_YOUR_API_KEY"
Screenshot Website.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
{
"status": true,
"creator": "StarNova API",
"result": {
"output": "Screenshot Website contoh"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/utility/screenshot?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Short URL.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
{
"status": true,
"creator": "StarNova API",
"result": {
"output": "Short URL contoh"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/utility/shorturl?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Translate.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks |
{
"status": true,
"creator": "StarNova API",
"result": {
"output": "Translate contoh"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/utility/translate?text=hello" \ -H "apikey: snv_YOUR_API_KEY"
Generate UUID v4.
{
"status": true,
"creator": "StarNova API",
"result": {
"uuid": "xxxx-xxxx"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/utility/uuid" \ -H "apikey: snv_YOUR_API_KEY"
Cuaca terkini.
| Name | Type | Required | Description |
|---|---|---|---|
| city | string | required | Kota |
{
"status": true,
"creator": "StarNova API",
"result": {
"city": "Jakarta",
"tempC": "30"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://starnova.my.id/api/v1/utility/weather?city=Jakarta" \ -H "apikey: snv_YOUR_API_KEY"