# Headshot

<figure><img src="/files/uMZOlCP3aFMcGSLse6RE" alt="Face IP"><figcaption></figcaption></figure>

## Parameters

* [<mark style="color:purple;">**prompt**</mark>](#prompt)
* [<mark style="color:purple;">**image**</mark>](#image)
* [<mark style="color:purple;">**model**</mark>](#model)
* [<mark style="color:purple;">**canvas**</mark>](#canvas)
* [<mark style="color:purple;">**negative\_prompt**</mark>](#negative-prompt)
* [<mark style="color:purple;">**seed**</mark>](#seed)

### Prompt

> Add your prompt to generate the perfect headshot. Output quality completely depends on your creativity and your prompt.

### Image

> Add a image link of your face to extract your facial data to the generate. Please make sure that your image link is valid working direct link. Now you can upload your local image to our CDN by using **`/upload`** command and grab a image link or you can either upload the image to discord and grab the media link or host the image somewhere else and paste the direct link.
>
> <mark style="color:green;">**Recommended:**</mark> <mark style="color:green;">**`/upload`**</mark>

### Model

> Choose your favorite AI model from our list to generate the image. To make it easier we have added tags in front of each model.&#x20;

### Canvas

> Choose your canvas size for your image. We are currently provide basic canvas types:
>
> * Square
> * Portrait
> * Landscape

#### Negative Prompt

> Add anything that you don't want on your generate. This will eliminates unnecessary stuff being generate on your art.

### Seed

> Openjourney uses a seed number to create a field of visual noise, like television static, as a starting point to generate the initial image grids. Seed numbers are generated randomly for each image but can be specified with this option. ( This must be a number )
>
> > <mark style="color:green;">**Default:**</mark> <mark style="color:green;">`-1`</mark>

{% hint style="info" %}
Please use a <mark style="color:orange;">**Clear Image**</mark> of a face that facing the camera for the best results.&#x20;
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.openjourneybot.com/headshot.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
