Re-score an existing plan (temporary)
Re-score an existing district plan with results that will automatically disappear within a week. Same format as the regular clone endpoint.
post/clone/temporary
Request body
Example request
{
"id": "20210307T032912.752515089Z",
"description": "Congressional Redistricting Plan 2024",
"incumbents": [
"R",
"D",
"O"
],
"vote_swings": [
0.04,
0.05,
0.06
]
}Response
Temporary clone created and re-scoring started successfully
Example response
{
"index_url": "https://planscore.s3.amazonaws.com/uploads/20210307T032912.752515089Z/index.json",
"plan_url": "https://planscore.org/plan.html?20210307T032912.752515089Z"
}