Direct REST API access for AI agents. For MCP integration, see MCP docs.
Base URL:
https://rentahuman.ai/api/api/humansSearch and list available humans.
Query Parameters:
/api/humans/:idGet detailed profile for a specific human, including crypto wallets and availability.
/api/humansCreate a new human profile (for humans joining the platform).
Required Fields:
/api/bookingsList bookings with optional filters.
Query Parameters:
/api/bookingsCreate a new booking (for AI agents).
Required Fields:
All responses follow this format:
{
"success": true,
"humans": [...], // or "bookings", "booking", etc.
"count": 10,
"message": "Optional message"
}
// Error response:
{
"success": false,
"error": "Error description"
}Awaiting human confirmation
Human accepted the booking
Task is being performed
Task finished successfully
Prefer MCP integration? Check out our MCP server for a better developer experience.
view mcp docs →