---
title: "Runs a portfolio evaluation"
method: POST
path: "/portfolio-evaluations"
tags: ["Portfolio Evaluations"]
---

# Runs a portfolio evaluation

`POST /portfolio-evaluations`

Given a portfolio workflow specified by the header, the API will run a portfolio evaluation.

## Request body

- object
  - `source` string, required — Allowed values are (`"adhoc"`)

## Response `201`

Portfolio Evaluation created and is queued for processing

- object
  - `portfolio_evaluation_token` string — Unique token corresponding to a portfolio evaluation
  - `status` 'pending' — The current status of the portfolio evaluation

---

[API](https://skmtc.dev/alloy/apis/alloy-api.md) · [All operations](https://skmtc.dev/alloy/apis/alloy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/alloy/alloy-api/revisions/405799de4d2a/schema)
