---
title: "Create a GEO Writer task"
method: POST
path: "/intelligence_tasks"
tags: ["GEO Writer"]
---

# Create a GEO Writer task

`POST /intelligence_tasks`

## Request body

- object
  - `project_id` integer, required
  - `task_type` 'brief' | 'create' | 'update' | 'pr_insights' | 'custom', required
  - `prompt_id` integer
  - `custom_topic` string
  - `user_instructions` string
  - `output_language_code` string
  - `existing_content` string
  - `existing_content_url` string

## Response `201`

Created

## Other responses

- `422` — Invalid parameters

---

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