u0life API
The u0life API lets external tools create records for a user with a user-owned API key. The first supported endpoint creates tasks.
Create a task
curl -X POST https://u0life.com/public-api/v1/tasks/ \
-H "Authorization: Bearer u0_live_your_key" \
-H "Content-Type: application/json" \
-d '{"title":"Call client","description":"Created from external API"}'
Send JSON with title. Optional fields are description,
date, status, priority, client_id,
project_id, category_id, time_planned, and
price_planned.