API Reference
Dokumentasi otomatis · contoh kode 11 bahasa · Try API.
AI (28)
Generate gambar bergaya anime dari prompt (pollinations).
| Name | Type | Required | Description |
|---|---|---|---|
| prompt | string | required | Deskripsi |
{
"status": true,
"creator": "StarNova API",
"result": {
"url": "https://image.pollinations.ai/..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/ai/anime?prompt=a%20girl%20with%20blue%20hair" \ -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://dash.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://dash.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://dash.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://dash.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://dash.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://dash.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://dash.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://dash.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://dash.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://dash.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://dash.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://dash.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://dash.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://dash.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://dash.starnova.my.id/api/v1/ai/llama?text=Contoh" \ -H "apikey: snv_YOUR_API_KEY"
Buat lirik/konsep musik dari tema (AI).
| Name | Type | Required | Description |
|---|---|---|---|
| theme | string | required | Tema/genre |
{
"status": true,
"creator": "StarNova API",
"result": {
"result": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/ai/music?theme=lofi%20chill%20hujan" \ -H "apikey: snv_YOUR_API_KEY"
Ekstrak teks dari gambar (ocr.space).
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL gambar |
{
"status": true,
"creator": "StarNova API",
"result": {
"text": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/ai/ocr?url=https%3A%2F%2Fi.imgur.com%2Fx.png" \ -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://dash.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://dash.starnova.my.id/api/v1/ai/regex?text=Contoh" \ -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://dash.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://dash.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://dash.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://dash.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://dash.starnova.my.id/api/v1/ai/translate?text=Contoh" \ -H "apikey: snv_YOUR_API_KEY"
Ubah teks jadi suara (Google TTS, gratis).
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks |
| lang | string | optional | Kode bahasa |
{
"status": true,
"creator": "StarNova API",
"result": {
"url": "https://translate.google.com/translate_tts?..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/ai/tts?text=Halo%20dari%20StarNova" \ -H "apikey: snv_YOUR_API_KEY"
Regenerasi gambar resolusi tinggi dari prompt (pollinations HD).
| Name | Type | Required | Description |
|---|---|---|---|
| prompt | string | required | Deskripsi gambar |
{
"status": true,
"creator": "StarNova API",
"result": {
"url": "https://image.pollinations.ai/..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/ai/upscale?prompt=mountain%20landscape" \ -H "apikey: snv_YOUR_API_KEY"
Analisa/ jelaskan isi gambar (AI multimodal).
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL gambar |
| q | string | optional | Pertanyaan |
{
"status": true,
"creator": "StarNova API",
"result": {
"answer": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/ai/vision?url=https%3A%2F%2Fi.imgur.com%2Fx.png" \ -H "apikey: snv_YOUR_API_KEY"
Brat (3)
Generate gambar brat resolusi tinggi.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks |
{
"status": true,
"creator": "StarNova API",
"result": {
"url": "https://..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/brat/hd?text=starnova" \ -H "apikey: snv_YOUR_API_KEY"
Generate gambar teks bergaya brat.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks |
{
"status": true,
"creator": "StarNova API",
"result": {
"url": "https://..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/brat/image?text=starnova" \ -H "apikey: snv_YOUR_API_KEY"
Generate video teks bergaya brat (animasi).
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks |
{
"status": true,
"creator": "StarNova API",
"result": {
"url": "https://..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.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": "...",
"url": "https://..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.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": "...",
"url": "https://..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.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": "...",
"url": "https://..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.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": "...",
"url": "https://..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.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": "...",
"url": "https://..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.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": "...",
"url": "https://..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.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": "...",
"url": "https://..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.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": "...",
"url": "https://..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.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": "...",
"url": "https://..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.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": "...",
"url": "https://..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.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": "...",
"url": "https://..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/download/spotify?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Unduh dari Terabox (semua tipe file, mendukung share berisi banyak file / folder). Mengembalikan daftar file + link download langsung.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | Link share Terabox (1024tera / terabox.app / /s/ / ?surl=) |
{
"status": true,
"creator": "StarNova API",
"result": {
"shareId": "abcdef",
"title": "video.mp4",
"files": [
{
"name": "video.mp4",
"size": "12.5 MB",
"sizeBytes": 13107200,
"type": "video",
"download": "https://d.terabox.com/file/...",
"thumbnail": "https://...jpg",
"isDir": false
}
]
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/download/terabox?url=https%3A%2F%2F1024terabox.com%2Fs%2F1abcdef" \ -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": "...",
"url": "https://..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.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://dash.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": "...",
"url": "https://..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.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://dash.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://dash.starnova.my.id/api/v1/download/ytmp4?url=https%3A%2F%2Fyoutu.be%2Fx" \ -H "apikey: snv_YOUR_API_KEY"
Image (24)
Buat kotak warna solid.
| Name | Type | Required | Description |
|---|---|---|---|
| hex | string | required | Kode hex |
| size | number | optional | Ukuran |
{
"status": true,
"creator": "StarNova API",
"result": {
"note": "image/png"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/gen/color?hex=%234F8CFF" \ -H "apikey: snv_YOUR_API_KEY"
Buat gambar gradient.
| Name | Type | Required | Description |
|---|---|---|---|
| w | number | optional | Lebar |
| h | number | optional | Tinggi |
| c1 | string | optional | Warna 1 |
| c2 | string | optional | Warna 2 |
{
"status": true,
"creator": "StarNova API",
"result": {
"note": "image/png"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/gen/gradient" \ -H "apikey: snv_YOUR_API_KEY"
Buat gambar placeholder.
| Name | Type | Required | Description |
|---|---|---|---|
| w | number | optional | Lebar |
| h | number | optional | Tinggi |
| text | string | optional | Teks |
| bg | string | optional | Warna bg |
| fg | string | optional | Warna teks |
{
"status": true,
"creator": "StarNova API",
"result": {
"note": "image/png"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/gen/placeholder" \ -H "apikey: snv_YOUR_API_KEY"
Buat QR code di server (qrcode). Balas PNG.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Isi QR |
| size | number | optional | Ukuran px |
{
"status": true,
"creator": "StarNova API",
"result": {
"note": "image/png"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/gen/qr?text=https%3A%2F%2Fstarnova.my.id" \ -H "apikey: snv_YOUR_API_KEY"
Blur gambar (images.weserv.nl, gratis).
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL gambar |
{
"status": true,
"creator": "StarNova API",
"result": {
"url": "https://images.weserv.nl/..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/image/blur?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Compress gambar (images.weserv.nl, gratis).
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL gambar |
{
"status": true,
"creator": "StarNova API",
"result": {
"url": "https://images.weserv.nl/..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/image/compress?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Grayscale gambar (images.weserv.nl, gratis).
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL gambar |
{
"status": true,
"creator": "StarNova API",
"result": {
"url": "https://images.weserv.nl/..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/image/grayscale?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Buat meme (top/bottom text).
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL gambar |
| top | string | optional | Teks atas |
| bottom | string | optional | Teks bawah |
{
"status": true,
"creator": "StarNova API",
"result": {
"url": "https://api.memegen.link/..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/image/meme?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Hapus background gambar (proxy gratis).
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL gambar |
{
"status": true,
"creator": "StarNova API",
"result": {
"url": "https://..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/image/removebg?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Resize gambar (images.weserv.nl, gratis).
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL gambar |
{
"status": true,
"creator": "StarNova API",
"result": {
"url": "https://images.weserv.nl/..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/image/resize?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Perbesar gambar 2x (images.weserv.nl).
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL gambar |
{
"status": true,
"creator": "StarNova API",
"result": {
"url": "https://images.weserv.nl/..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/image/upscale?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Blur gambar (sharp).
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
| sigma | number | optional | Kekuatan |
{
"status": true,
"creator": "StarNova API",
"result": {
"note": "image/png"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/img/blur?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Kompres gambar JPEG (sharp).
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
| quality | number | optional | 1-100 |
{
"status": true,
"creator": "StarNova API",
"result": {
"note": "image/jpeg"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/img/compress?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Ubah format gambar (png/jpeg/webp/avif).
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
| format | string | optional | format |
{
"status": true,
"creator": "StarNova API",
"result": {
"note": "image/<format>"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/img/convert?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Crop gambar (sharp).
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
| w | number | required | Lebar |
| h | number | required | Tinggi |
| left | number | optional | X |
| top | number | optional | Y |
{
"status": true,
"creator": "StarNova API",
"result": {
"note": "image/png"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/img/crop?url=https%3A%2F%2F...&w=300&h=300" \ -H "apikey: snv_YOUR_API_KEY"
Cermin gambar (sharp). dir: v|h.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
| dir | string | optional | v|h |
{
"status": true,
"creator": "StarNova API",
"result": {
"note": "image/png"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/img/flip?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Hitam-putih (sharp).
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
{
"status": true,
"creator": "StarNova API",
"result": {
"note": "image/png"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/img/grayscale?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Info dimensi & format gambar (JSON).
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
{
"status": true,
"creator": "StarNova API",
"result": {
"width": 512,
"height": 512
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/img/meta?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Balik warna (sharp).
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
{
"status": true,
"creator": "StarNova API",
"result": {
"note": "image/png"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/img/negate?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Efek pixelate (sharp).
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
| pixels | number | optional | Ukuran blok |
{
"status": true,
"creator": "StarNova API",
"result": {
"note": "image/png"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/img/pixelate?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Resize gambar di server (sharp). Balas PNG.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL gambar |
| w | number | optional | Lebar |
| h | number | optional | Tinggi |
{
"status": true,
"creator": "StarNova API",
"result": {
"note": "mengembalikan image/png"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/img/resize?url=https%3A%2F%2Fi.imgur.com%2Fx.png" \ -H "apikey: snv_YOUR_API_KEY"
Putar gambar (sharp).
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
| deg | number | optional | Derajat |
{
"status": true,
"creator": "StarNova API",
"result": {
"note": "image/png"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/img/rotate?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Pertajam gambar (sharp).
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
{
"status": true,
"creator": "StarNova API",
"result": {
"note": "image/png"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/img/sharpen?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Beri warna (sharp).
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
| hex | string | optional | Warna |
{
"status": true,
"creator": "StarNova API",
"result": {
"note": "image/png"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/img/tint?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Search (15)
Cari Anime (hasil video/relevan dari 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://dash.starnova.my.id/api/v1/search/anime?q=contoh" \ -H "apikey: snv_YOUR_API_KEY"
Cari Game (hasil video/relevan dari 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://dash.starnova.my.id/api/v1/search/game?q=contoh" \ -H "apikey: snv_YOUR_API_KEY"
Cari repository GitHub.
| Name | Type | Required | Description |
|---|---|---|---|
| q | string | required | Kata kunci |
{
"status": true,
"creator": "StarNova API",
"result": [
{
"name": "vercel/next.js",
"stars": 12000,
"url": "https://github.com/..."
}
]
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/search/github?q=next.js" \ -H "apikey: snv_YOUR_API_KEY"
Cari Instagram (hasil video/relevan dari 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://dash.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://dash.starnova.my.id/api/v1/search/lyrics?artist=Coldplay&title=Yellow" \ -H "apikey: snv_YOUR_API_KEY"
Cari Manga (hasil video/relevan dari 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://dash.starnova.my.id/api/v1/search/manga?q=contoh" \ -H "apikey: snv_YOUR_API_KEY"
Cari Movie (hasil video/relevan dari 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://dash.starnova.my.id/api/v1/search/movie?q=contoh" \ -H "apikey: snv_YOUR_API_KEY"
Cari package NPM.
| Name | Type | Required | Description |
|---|---|---|---|
| q | string | required | Kata kunci |
{
"status": true,
"creator": "StarNova API",
"result": [
{
"name": "axios",
"version": "1.x",
"url": "https://npmjs.com/..."
}
]
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/search/npm?q=axios" \ -H "apikey: snv_YOUR_API_KEY"
Cari Pinterest (hasil video/relevan dari 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://dash.starnova.my.id/api/v1/search/pinterest?q=contoh" \ -H "apikey: snv_YOUR_API_KEY"
Cari Spotify (hasil video/relevan dari 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://dash.starnova.my.id/api/v1/search/spotify?q=contoh" \ -H "apikey: snv_YOUR_API_KEY"
Cari TikTok (hasil video/relevan dari 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://dash.starnova.my.id/api/v1/search/tiktok?q=contoh" \ -H "apikey: snv_YOUR_API_KEY"
Cari Wallpaper (hasil video/relevan dari 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://dash.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://dash.starnova.my.id/api/v1/search/web?q=starnova" \ -H "apikey: snv_YOUR_API_KEY"
Cari artikel Wikipedia (ID).
| Name | Type | Required | Description |
|---|---|---|---|
| q | string | required | Kata kunci |
{
"status": true,
"creator": "StarNova API",
"result": [
{
"title": "...",
"snippet": "...",
"url": "https://..."
}
]
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/search/wiki?q=matahari" \ -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://dash.starnova.my.id/api/v1/search/youtube?q=lofi" \ -H "apikey: snv_YOUR_API_KEY"
Self-Host (22)
Hitung umur dari tanggal lahir.
| Name | Type | Required | Description |
|---|---|---|---|
| dob | string | required | YYYY-MM-DD |
{
"status": true,
"creator": "StarNova API",
"result": {
"years": 25
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/tools/age?dob=2000-01-15" \ -H "apikey: snv_YOUR_API_KEY"
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://dash.starnova.my.id/api/v1/tools/base64?text=hello" \ -H "apikey: snv_YOUR_API_KEY"
Encode/decode teks ke binary.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks/binary |
| mode | string | optional | encode|decode |
{
"status": true,
"creator": "StarNova API",
"result": {
"result": "01001000 01101001"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/tools/binary?text=Hi" \ -H "apikey: snv_YOUR_API_KEY"
Ubah case: upper/lower/title/sentence/reverse/camel/snake/kebab.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks |
| type | string | optional | tipe case |
{
"status": true,
"creator": "StarNova API",
"result": {
"result": "Hello World"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/tools/case?text=hello%20world" \ -H "apikey: snv_YOUR_API_KEY"
Info warna: hex, rgb, hsl.
| Name | Type | Required | Description |
|---|---|---|---|
| hex | string | required | Kode hex |
{
"status": true,
"creator": "StarNova API",
"result": {
"rgb": "rgb(79, 140, 255)"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/tools/color?hex=%234F8CFF" \ -H "apikey: snv_YOUR_API_KEY"
Lempar dadu.
| Name | Type | Required | Description |
|---|---|---|---|
| sides | number | optional | Sisi dadu |
| count | number | optional | Jumlah |
{
"status": true,
"creator": "StarNova API",
"result": {
"total": 7
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/tools/dice" \ -H "apikey: snv_YOUR_API_KEY"
Hash teks (md5/sha1/sha256/sha512) — diproses di server.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks |
| algo | string | optional | algoritma |
{
"status": true,
"creator": "StarNova API",
"result": {
"algo": "sha256",
"hash": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/tools/hash?text=hello" \ -H "apikey: snv_YOUR_API_KEY"
Encode/decode Hex.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks |
| mode | string | optional | encode|decode |
{
"status": true,
"creator": "StarNova API",
"result": {
"result": "68656c6c6f"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/tools/hex?text=hello" \ -H "apikey: snv_YOUR_API_KEY"
HMAC teks dengan secret key.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks |
| key | string | required | Secret |
| algo | string | optional | algoritma |
{
"status": true,
"creator": "StarNova API",
"result": {
"hmac": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/tools/hmac?text=data&key=s3cret" \ -H "apikey: snv_YOUR_API_KEY"
Rapikan atau minify JSON + validasi.
| Name | Type | Required | Description |
|---|---|---|---|
| json | string | required | String JSON |
| minify | boolean | optional | Minify |
{
"status": true,
"creator": "StarNova API",
"result": {
"valid": true,
"output": "{}"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/tools/json?json=%7B%22a%22%3A1%7D" \ -H "apikey: snv_YOUR_API_KEY"
Decode header & payload JWT (tanpa verifikasi).
| Name | Type | Required | Description |
|---|---|---|---|
| token | string | required | JWT |
{
"status": true,
"creator": "StarNova API",
"result": {
"payload": {}
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/tools/jwtdecode?token=eyJ..." \ -H "apikey: snv_YOUR_API_KEY"
Generate teks lorem ipsum.
| Name | Type | Required | Description |
|---|---|---|---|
| paragraphs | number | optional | Jumlah paragraf |
{
"status": true,
"creator": "StarNova API",
"result": {
"text": "Lorem ipsum..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/tools/lorem" \ -H "apikey: snv_YOUR_API_KEY"
Hitung ekspresi matematika (aman).
| Name | Type | Required | Description |
|---|---|---|---|
| expr | string | required | Ekspresi |
{
"status": true,
"creator": "StarNova API",
"result": {
"result": 14
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/tools/math?expr=2*(3%2B4)" \ -H "apikey: snv_YOUR_API_KEY"
Encode/decode kode morse.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks/morse |
| mode | string | optional | encode|decode |
{
"status": true,
"creator": "StarNova API",
"result": {
"result": "... --- ..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/tools/morse?text=sos" \ -H "apikey: snv_YOUR_API_KEY"
Password acak kuat.
| Name | Type | Required | Description |
|---|---|---|---|
| length | number | optional | Panjang |
| symbols | boolean | optional | Pakai simbol |
{
"status": true,
"creator": "StarNova API",
"result": {
"password": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/tools/password" \ -H "apikey: snv_YOUR_API_KEY"
Warna acak (hex/rgb/hsl).
{
"status": true,
"creator": "StarNova API",
"result": {
"hex": "#..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/tools/randomcolor" \ -H "apikey: snv_YOUR_API_KEY"
Ubah teks jadi slug URL.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks |
{
"status": true,
"creator": "StarNova API",
"result": {
"slug": "halo-dunia"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/tools/slug?text=Halo%20Dunia!" \ -H "apikey: snv_YOUR_API_KEY"
Hitung karakter, kata, kalimat, waktu baca.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks |
{
"status": true,
"creator": "StarNova API",
"result": {
"words": 2
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/tools/textstats?text=Halo%20dunia" \ -H "apikey: snv_YOUR_API_KEY"
Waktu sekarang (unix/iso/utc).
{
"status": true,
"creator": "StarNova API",
"result": {
"unix": 0
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/tools/timestamp" \ -H "apikey: snv_YOUR_API_KEY"
Konversi unix timestamp ke tanggal.
| Name | Type | Required | Description |
|---|---|---|---|
| unix | number | required | Unix time |
{
"status": true,
"creator": "StarNova API",
"result": {
"iso": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/tools/unixtime?unix=1700000000" \ -H "apikey: snv_YOUR_API_KEY"
Encode/decode URL component.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks |
| mode | string | optional | encode|decode |
{
"status": true,
"creator": "StarNova API",
"result": {
"result": "a%20b%26c"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/tools/url?text=a%20b%26c" \ -H "apikey: snv_YOUR_API_KEY"
Generate UUID v4.
{
"status": true,
"creator": "StarNova API",
"result": {
"uuid": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/tools/uuid" \ -H "apikey: snv_YOUR_API_KEY"
Text (7)
Grammar Fix teks (AI).
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks |
{
"status": true,
"creator": "StarNova API",
"result": {
"result": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/text/grammar?text=hello%20world" \ -H "apikey: snv_YOUR_API_KEY"
Humanize teks (AI).
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks |
{
"status": true,
"creator": "StarNova API",
"result": {
"result": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/text/humanize?text=hello%20world" \ -H "apikey: snv_YOUR_API_KEY"
Ekstrak teks dari gambar (ocr.space).
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL gambar |
{
"status": true,
"creator": "StarNova API",
"result": {
"text": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/text/ocr?url=https%3A%2F%2F..." \ -H "apikey: snv_YOUR_API_KEY"
Paraphrase teks (AI).
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks |
{
"status": true,
"creator": "StarNova API",
"result": {
"result": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/text/paraphrase?text=hello%20world" \ -H "apikey: snv_YOUR_API_KEY"
Rewrite teks (AI).
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks |
{
"status": true,
"creator": "StarNova API",
"result": {
"result": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/text/rewrite?text=hello%20world" \ -H "apikey: snv_YOUR_API_KEY"
Summarize teks (AI).
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks |
{
"status": true,
"creator": "StarNova API",
"result": {
"result": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/text/summarize?text=hello%20world" \ -H "apikey: snv_YOUR_API_KEY"
Teks jadi audio (Google TTS).
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks |
| lang | string | optional | Bahasa |
{
"status": true,
"creator": "StarNova API",
"result": {
"url": "https://translate.google.com/translate_tts?..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/text/tts?text=halo" \ -H "apikey: snv_YOUR_API_KEY"
Utility (15)
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://dash.starnova.my.id/api/v1/utility/base64?text=hello" \ -H "apikey: snv_YOUR_API_KEY"
Konversi mata uang (kurs real-time).
| Name | Type | Required | Description |
|---|---|---|---|
| from | string | required | Dari |
| to | string | required | Ke |
| amount | number | optional | Jumlah |
{
"status": true,
"creator": "StarNova API",
"result": {
"result": 155000
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/utility/currency?from=USD&to=IDR" \ -H "apikey: snv_YOUR_API_KEY"
Hash teks (md5/sha1/sha256/sha512).
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks |
| algo | string | optional | md5|sha1|sha256|sha512 |
{
"status": true,
"creator": "StarNova API",
"result": {
"algo": "sha256",
"hash": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.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://dash.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://dash.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://dash.starnova.my.id/api/v1/utility/qr?text=https%3A%2F%2Fstarnova.my.id" \ -H "apikey: snv_YOUR_API_KEY"
Baca isi QR code dari gambar.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL gambar QR |
{
"status": true,
"creator": "StarNova API",
"result": {
"data": "..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/utility/qrread?url=https%3A%2F%2F..." \ -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://dash.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://dash.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://dash.starnova.my.id/api/v1/utility/randomquote" \ -H "apikey: snv_YOUR_API_KEY"
Ambil screenshot halaman web (thum.io, gratis).
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL |
{
"status": true,
"creator": "StarNova API",
"result": {
"url": "https://image.thum.io/get/..."
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/utility/screenshot?url=https%3A%2F%2Fvercel.com" \ -H "apikey: snv_YOUR_API_KEY"
Perpendek URL (is.gd).
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL panjang |
{
"status": true,
"creator": "StarNova API",
"result": {
"short": "https://is.gd/xxxx"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/utility/shorturl?url=https%3A%2F%2Fexample.com%2Fvery%2Flong" \ -H "apikey: snv_YOUR_API_KEY"
Terjemahkan teks (Google, gratis).
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | required | Teks |
| to | string | optional | Kode bahasa target |
{
"status": true,
"creator": "StarNova API",
"result": {
"translated": "halo dunia"
}
}{
"status": false,
"message": "Invalid API Key"
}curl "https://dash.starnova.my.id/api/v1/utility/translate?text=hello%20world" \ -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://dash.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://dash.starnova.my.id/api/v1/utility/weather?city=Jakarta" \ -H "apikey: snv_YOUR_API_KEY"