/
RE
replo
/
Replo Public API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 19h ago · Updated 19h ago
Details
Filter operations
Agent
5
Analytics
1
Api-keys
1
Assets
2
Custom-domains
5
Orders
2
Products
4
Projects
2
Sites
3
Tasks
5
get
List tasks
post
Create a task
get
Get a task
delete
Delete a task
patch
Update a task
Tasks
Create a task
post
/tasks
Headers
Replo-Api-Version
'2026-08-21'
required
The public API version to use for this request.
Request body
object
required
title
string
required
emoji
string
prompt
string
required
scheduledAt
string
date-time
required
rrule
string
required
projectId
string
uuid
required
Response
Create a task
Task
required
object
'task'
required
id
string
uuid
required
title
string
required
emoji
string
required
rrule
string
required
nextRunAt
string
nullable
required
createdAt
string
required
updatedAt
string
required
Changes