---
title: "Process Dream Goal"
method: POST
path: "/api/dream-goal/test-process"
tags: ["dream-goal"]
---

# Process Dream Goal

`POST /api/dream-goal/test-process`

Process the user's dream goal and find relevant resources.

This endpoint:
1. Queues the dream goal processing as a background task
2. Uses Gemini with Google Search to find and save relevant resources
3. Returns immediately without waiting for completion

Returns:
    Dictionary with success status indicating processing has been started

## Headers

- `x-user-id` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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