Loops
Create Loop
Create a new human review loop with automatic creator membership, invite code, QR code, and join URL generation
POST
Create a new loop to route human review requests. When you create a loop, you automatically become a member and receive an invite code with QR code for sharing with other reviewers.Documentation Index
Fetch the complete documentation index at: https://docs.hitl.sh/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Your API key for authentication
Body
Name of the loop (1-100 characters)
Description of the loop’s purpose (max 500 characters)
Icon identifier for the loop (max 100 characters, e.g., “shield-check”, “eye”, “thumbs-up”)
Response
Whether an error occurred
Success message
Use Cases
Content Moderation
Create a loop for reviewing flagged user content:Document Approval
Create a loop for business document approvals:Quality Assurance
Create a loop for AI output validation:Next Steps
After creating a loop:- Share the invite code or QR code with your team members
- Create your first request using the Create Request endpoint
- Set up webhooks to receive notifications when requests are completed
Create Your First Request
Learn how to create requests within your newly created loop.