Image Captioning
Image Captioning is the task of describing the content of an image in words.
| Path Parameters |
|---|
image_captioning_api_id integer — REQUIREDThe API ID. |
| Header Parameters |
|---|
Authorization string — REQUIREDBearer Auth Example: Bearer #your_token |
| Request Body |
|---|
session_id stringUnique identifier used to maintain user session state. If not provided, a new session_id will be generated and returned in the response. |
model stringName of the model to use. |
file binary — REQUIREDThe image file. |
| Responses | ||||||
|---|---|---|---|---|---|---|
200OK
| ||||||
400Invalid input | ||||||
401Unauthorized | ||||||
404Record not found |