v62
latestOpenAPI 3.1.0Dual (AGPL3.0, Commercial License Available)raw.githubusercontent.com2026-08-03211303932.5 KBOrganizations
internal
Populate demo data (only available for demo organizations).
Runs the population off the request thread (a tokio::spawn) and returns 202 immediately — the work is a few hundred sequential DB round-trips and would otherwise exceed the reverse-proxy request timeout against a remote database. Poll GET /{id}/populate-demo/status for completion/failure.
post/api/v1/organizations/{id}/populate-demo
Path parameters
idstring uuid required
Organization ID
Response
Demo data population started
Example response
{
"meta": {
"api_version": 1,
"server_version": "0.17.7"
}
}