# recraft/upscale/crisp

**方法**: `POST`
**路径**: `/fal-ai/recraft/upscale/crisp`

## 请求参数

### Header 参数

```text
Content-Type
string
可选
示例:
application/json
Authorization
string
可选
默认值:
Bearer {{YOUR_API_KEY}}
```

### Body 参数 application/json

```text
image_url
string
必需
示例
{
"image_url"
:
"https://storage.googleapis.com/falserverless/model_tests/recraft/recraft-upscaler-1.jpeg"
}
```

## 请求示例代码

### Shell

```bash
curl --location --request POST '/fal-ai/recraft/upscale/crisp' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "image_url": "https://storage.googleapis.com/falserverless/model_tests/recraft/recraft-upscaler-1.jpeg"
}'
```

## 返回响应

### 🟢 200 成功

**内容类型**: `application/json`

#### 响应结构

```text
object
```

#### 示例

```json
{}
```
