---
title: "Run database seed scripts"
method: POST
path: "/api/v1/seeds/run-seeds"
tags: ["Seeds"]
---

# Run database seed scripts

`POST /api/v1/seeds/run-seeds`

Run database seed scripts

## Response `200`

Success

- SeedResponse
  - `success` boolean, required — Indicates if the request was successful
  - `data` object, required — Database seeding operation data
    - `message` string, required — A message indicating the seeds were created successfully

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/banqzinc/apis/quidkey-api.md) · [All operations](https://skmtc.net/banqzinc/apis/quidkey-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/banqzinc/quidkey-api/revisions/f86d2bdbcb08/schema)
