Skip to main content
POST
Create a task

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Replo-Api-Version
enum<string>
required

The public API version to use for this request.

Available options:
2026-07-11

Body

application/json
title
string
required
Required string length: 1 - 255
prompt
string
required
Minimum string length: 1
scheduledAt
string<date-time>
required
rrule
string
required
Minimum string length: 1
projectId
string<uuid>
required
emoji
string
Required string length: 1 - 8

Response

Create a task

object
enum<string>
required
Available options:
task
id
string<uuid>
required
title
string
required
emoji
string
required
rrule
string
required
nextRunAt
string | null
required
createdAt
string
required
updatedAt
string
required