Created By Atem
Imagen destacada

Colorize Ai

Revive image colors with AI

GET
const axios = require('axios')

axios.get('https://apis-starlights-team.koyeb.app/starlight/colorize-ai?url=https://i.postimg.cc/R0NCDSyL/8afb753a-6d93-4e28-8960-9ec3f2a22e6a.jpg')
  .then(res => console.log(res.data))
  .catch(err => console.log(err))

Describ Ai

Describe images with artificial intelligence

GET
const axios = require('axios')

axios.get('https://apis-starlights-team.koyeb.app/starlight/describe-picture?url=https://i.postimg.cc/V6zZwpyT/image.jpg&lang=es')
  .then(res => console.log(res.data))
  .catch(err => console.log(err))

Text To Image

Generate AI-made images with your text

GET
const axios = require('axios')

axios.get('https://apis-starlights-team.koyeb.app/starlight/txt-to-image?text=Un+gato+persa')
  .then(res => console.log(res.data))
  .catch(err => console.log(err))