## Create Completion **post** `/v1/agents/{UUID}/completions` Create a completion for an agent ### Returns - **id:** `string` - **content:** `array of object OR object OR object` - **ContentThinking:** `object` - **citations:** `array of Citation` - **text:** `string` - **type:** `"thinking"` - `"thinking"` - **ContentText:** `object` - **text:** `string` - **type:** `"text"` - `"text"` - **citations:** `array of Citation` - **ContentImage:** `object` - **path:** `string` - **type:** `"image"` - `"image"` - **type:** `"response"` - `"response"` - **intermediatary\_results:** `unknown` Intermediate results (type unspecified) - **related\_searches:** `array of object` - **text:** `string` - **sources:** `array of object OR object` - **ResponseSourceWeb:** `object` - **snippet:** `string` - **title:** `string` - **type:** `"web"` - `"web"` - **url:** `string` - **ResponseSourceFile:** `object` - **type:** `"file"` - `"file"` - **uri:** `string`