⛏️generateCaptionAndTagsFromImage

Description

Generate caption and tags for an image.

Parameters

Parameter
Type
Description

imageUrl

string

mage URL

Response

Parameter
Type
Description

caption

string

generated caption for the image

message

string

message about the request

status

int

1 for successfull execution

-1 for any error occurs during the execution of the request

tags

list[string]

list if generated tags

Example Request and Response

Prerequisites

Before making requests with Volary SDK, you must have it installed.

You can install Volary SDK using either npm or yarn. Use the following commands to install Volary SDK:

Request

Here is an example of how to make a generateCaptionAndTagsFromImage request using the Volary SDK:

Response

Last updated