Skip to content

Commit

Permalink
fix trailing
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Apr 30, 2024
1 parent 2dafd3d commit 5c1be73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions developer/api/api-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ POST request method is **recommended**.
## Request URL

```plain
http://mysite.com/api/1/upload/
http://mysite.com/api/1/upload
```

## Authorization
Expand Down Expand Up @@ -87,14 +87,14 @@ Following values can be used for `expiration` parameter.

### Compatibility with ImgBB API

ImgBB is a popular service based on Chevereto V3.
ImgBB is a popular image hosting service 100% based on Chevereto (V3).

Any existing [ImgBB API client](https://github.com/search?q=imgbb) is compatible with Chevereto V4's API V1.1, simple as change the domain name.

## Example call

```plain
POST http://mysite.com/api/1/upload/
POST http://mysite.com/api/1/upload
```

## API response
Expand Down

0 comments on commit 5c1be73

Please sign in to comment.