Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Pollinations API Wrapper πŸš€

A simple, zero-dependency helper to generate clean image URLs for the Pollinations.ai platform.

Features

  • Automatic URL encoding for complex prompts.
  • Support for Flux and other Pollinations models.
  • Custom seed and dimension handling.

Usage

const { createPollinationsUrl } = require('./index');

const url = createPollinationsUrl("A futuristic city in the clouds", {
    width: 1280,
    height: 720,
    seed: 12345
});

console.log(url);

About

A lightweight utility for interacting with Pollinations.ai

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages