Skip to main content
POST
/
matters
/
v1
/
{id}
/
work-items
curl -X POST "https://api.case.dev/matters/v1/%3Cstring%3E/work-items" \ -H "Authorization: Bearer $CASEDEV_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "title": "<string>" }'

Documentation Index

Fetch the complete documentation index at: https://docs.case.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

id
string
required

Body

application/json
title
string
required
description
string
type
enum<string>
Available options:
task,
deadline,
review,
filing,
communication,
research,
drafting,
collection,
intake
priority
enum<string>
Available options:
low,
normal,
high,
urgent
assignee_id
string
instructions
string
exit_criteria
string[]
metadata
object
due_at
string<date-time>

Response

201

Work item created