---
title: "Seed todos"
method: POST
path: "/seed/todos"
tags: ["💉 Database Seeding"]
---

# Seed todos

`POST /seed/todos`

This API endpoint is responsible for populating the database with dummy todo items.

It allows developers to easily seed the database with a set of predefined todos for testing or development purposes.

## Response `201`

Seed todos

- object
  - `data` object
  - `message` string
  - `statusCode` number
  - `success` boolean

---

[API](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi.md) · [All operations](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hiteshchoudhary-ssesph/freeapi/revisions/a9f3a290e4dc/schema)
