What is The RSE?
The Robot Services Exchange is a new platform that connects people in need of robot services (buyers) with robot owners or operators (sellers). Buyers post service request bids and sellers grab jobs with their capabilities to fulfill these requests. The RSE streamlines the process of finding, hiring, and managing robot services across all industries, enabling efficient and cost-effective solutions.


How does it work?
RSE operates through a dynamic bidding and matching system.
- Bid Submission: Buyers post service requests by submitting bids, specifying details such as the type of service required, location, desired price, and the deadline for completion.
- Job Search: Robot owners (sellers) can search for available bids that match their robots' services and operational area.
- Matching and Acceptance: Once matched, the robot is dispatched to perform the requested service as per the agreed terms.
- Completion and Rating: Upon completion, both buyers and sellers can rate each other, providing feedback to maintain quality and trust within the platform.
This system ensures efficient allocation of robot services, competitive pricing, and transparent transactions between buyers and sellers.
What services can be provided?

Cleaning and Maintenance
Floor cleaning
Window washing
Waste disposal

Agriculture
Crop monitoring
Planting
Harvesting

Delivery and Logistics
Package delivery
Inventory management
Warehouse operations

Construction
Site surveying
Material handling
Equipment operation

Security and Surveillance
Patrol services
Monitoring
Threat detection

Personal Services
Tutoring
Personal shopping
Event assistance
Getting Started
You need to create an account on RSE:
Registration: Sign up by providing your username and password via the /register endpoint.
Authentication: Log in using your credentials through the /login endpoint to obtain an authentication token.
Start using RSE: Begin posting bids for services or watching nearby completed jobs.
Service Buyers
Ensure you have registered and logged in to obtain an authentication token. Prepare your bid data, including:
- service: The type of service you need.
- lat: Latitude of the service location.
- lon: Longitude of the service location.
- price: Your bid price for the service (in USD).
- end_time: When you need the service completed.
Send a POST request to /make_bid with your bid data in JSON format, including your authentication token in the header.
Read the full guide!Service Suppliers
Ensure you have registered and logged in to obtain an authentication token. Prepare your robot's data, including:
- capabilities: The services your robot can perform (comma-separated if multiple).
- lat: Current latitude of your robot.
- lon: Current longitude of your robot.
- max_distance: Maximum distance (in miles) your robot can travel for a job.
Send a POST request to /grab_job with your robot's data in JSON format, including your authentication token in the header.
Read the full guide!