What is Wool Ball?

Wool Ball is an innovative client-as-server network that enables browsers to process tasks traditionally requiring dedicated servers. By leveraging browser capabilities, we create a distributed network where users are rewarded for sharing resources, dramatically reducing processing costs.

Key Features

Browser-Based Processing

Execute AI models and data processing directly in browsers

Cost-Effective

Significantly lower costs compared to traditional cloud services

Decentralized Network

Distributed processing across multiple browsers

User Rewards

Participants earn rewards for sharing browser resources

Automatic Scaling

Network scales automatically with user participation

Make Your First API Call

Create an API key by visiting the dashboard.

Here’s a simple example using our text generation endpoint:

curl -X GET "https://api.woolball.xyz/v1/completions?Text=Tell%20me%20a%20joke&Model=HuggingFaceTB/SmolLM2-135M-Instruct" \
  -H "Authorization: Bearer YOUR_API_KEY"

This will return a response like:

{
  "data": "Why did the scarecrow win an award? Because he was outstanding in his field!"
}

Get Started