Space Tutor

Documentation

Last updated: March 18, 2025

Introduction

Welcome to the Earnet documentation. Here you will find comprehensive guides and references to help you get started with our platform.

Getting Started

Creating an Account

To begin using Earnet, you need to create an account by providing your name, email address, and password. Once registered, verify your email to activate your account.

Navigating the Dashboard

After logging in, you'll have access to your dashboard where you can manage tasks, view completed work, and track earnings.

Using Earnet

Finding and Completing Tasks

Tasks are listed on the main dashboard. Click on a task to view details, complete the required validation, and submit your work.

Earning and Withdrawals

Your earnings are credited to your account in real-time. To withdraw funds, link a supported payment method and initiate a withdrawal request.

API Documentation

API Overview

The Earnet API allows developers to integrate our services into their applications. Below are the key API endpoints:

Authentication

To authenticate API requests, include your API key in the request headers.

GET /api/auth
Authorization: Bearer YOUR_API_KEY

Fetching Available Tasks

Use the following endpoint to retrieve a list of available tasks:

GET /api/tasks

Submitting Task Results

After completing a task, submit your results using the following endpoint:

POST /api/tasks/submit
{
  "task_id": "12345",
  "result": "validated"
}

Troubleshooting

Common Issues

If you encounter issues such as login errors or payment delays, check our FAQ or contact support at support@earnet.co.

API Rate Limits

To ensure fair usage, API requests are rate-limited to prevent abuse. Contact us for higher limits.

Contact & Support

If you have any questions, feel free to reach out:

📧 Email: support@earnet.co