ForVoyez
Free value-added services
AI image tools Common AI image tools

ForVoyez

ForVoyez: makes AI-based image processing more efficient and simpler.

Tags:

What is ForVoyez?

ForVoyez is an AI service for generating image metadata, maintained by Andy Cinquin and the For-Hives team. It is aimed at website operators, content teams, and developers, and it converts images into editable alternative text, titles, descriptions, tags, and categories.

The product is available in the form of a web interface, REST APIs, and WordPress plugins. Users can manually test individual images, or they can integrate the generation process into their media libraries and content publishing workflows.

Main functions

Alternative text and descriptions for images

After the user uploads an image, the system analyzes it and generates alternative text along with descriptions. The results can be used for creating accessible versions of content, organizing media libraries, and managing content; however, human judgment is still required to understand the context of the image before it is published.

Titles, tags, and categories

In addition to alternative text, the interface can return structured fields such as titles, descriptions, tags, and categories. Content teams can map these results to their own media assets or article fields, thereby reducing the need for repeated data entry.

Custom JSON Schema

APIs allow the submission of JSON Schema to define the required fields and the output structure. The server will generate and validate the results according to these specifications, making them suitable for applications that already have a fixed data model.

Keywords, context, and language control

The request can include keywords, business context, and the target language, which helps the model understand the purpose of the image on the current page. The context should be concise and relevant to the image; avoid inserting search keywords mechanically into the alternative text.

Web page operation area

The interactive area is used for uploading images, experiment parameters, and viewing the generated results. It is suitable for verifying the output fields, language, and prompt messages before formal integration.

Batch processing

ForVoyez offers batch workflows for image libraries, enabling the simultaneous processing of multiple images and the generation of metadata. Each image that is analyzed typically consumes one request unit, so it is necessary to estimate the required amount of resources in advance for batch tasks.

WordPress plugins

The plugin allows for the bulk creation of metadata for existing images in WordPress’s media library, as well as for handling images that are uploaded later. The fact that the plugin can be installed does not mean that image metadata generation is free; actual processing is still subject to the points available in the ForVoyez account.

Usage statistics and token management

The dashboard provides API tokens and usage statistics, which help to distinguish between different sources of calls and to monitor consumption. Once a token is created, it is displayed only once; it should be stored immediately in secure server configurations.

Supported inputs and outputs

ProjectSupported contentUse valuePrecautions
Image inputJPEG, JPG, PNG, WebP, GIFSupports common website image formatsThe maximum resolution is determined by the package.
Auxiliary inputKeywords, context, language, JSON SchemaControl context and return structureAvoid entering confidential or irrelevant information.
Default outputTitle, alternative text, description, tags, categoriesWrite to the media library or content systemFields can be adjusted according to the Schema.
Return formatStructured JSONFacilitates program parsing and verificationThe application side still needs to handle errors and missing fields.

Usage tutorial

  1. Register an account and complete email verification; you can also use available third-party login methods.
  2. Create an API token on the dashboard and save it securely the first time it is displayed.
  3. First, upload a representative image in the web interface area to confirm the required fields and language.
  4. Prepare the image file, and add keywords, page context, or JSON Schema as needed.
  5. The server uses a Bearer token to send a multipart form request to the described interface.
  6. Check the returned JSON and handle error codes, rate limiting, and field validation failures.
  7. Manually verify whether the alternative text is accurate, concise, and appropriate for the context of the page where the image is located.
  8. The fields that have been verified are written to WordPress, the digital asset management system, or the publishing pipeline.
  9. Monitor token consumption and abnormal requests, and periodically rotate out tokens that are no longer needed.

Price and points

The current document defines a single request as the analysis of one image, which consumes one point. The available purchase options, taxes and fees, currency used, and settlement benefits may vary depending on the account, region, and settlement period; the information provided on the payment page should be taken as reference.

Package or versionPriceBilling cycleCore benefits or quotaSuitable for users
Silver1.95 eurosMonthly250 points per month; basic metadata; up to 1080p; limited operation areaLow-frequency websites and personal testing
Sapphire14 eurosMonthly2,500 points per month; advanced metadata; priority support; full operation panel; up to 4KContent team and stable API usage
EnterpriseContact salesCustomizationCustomized points, service levels, bulk discounts, dedicated hosting, and deep integrationLarge-scale requirements and compliance needs
250 unit sub-packages1.50 eurosOne-time useAdditional 250 image analysis creditsTemporary top-up
825 Sub-packages5 eurosOne-time useAdditional 825 image analysis creditsMedium-volume tasks
2500 merit points package15 eurosOne-time useAdditional 2,500 image analysis creditsLarger batches

The annual payment option offers 20% more points than the monthly payment option, but the total amount associated with annual payments is not always displayed clearly on the public page. The validity period of the recharge packages, as well as the balance remaining after cancellation of the subscription and the procedures for refunds, should also be confirmed before making a purchase.

Suitable for users and scenarios

  • Website editor: Prepare a draft of editable alternative text for articles and product images.
  • E-commerce team: Batch-process the titles, descriptions, and tags in the product media library.
  • WordPress site owner: Manage the historical media library and automate the process of overwriting newly uploaded content.
  • Development team: Treat image descriptions as part of the content management or asset pipeline process.
  • Accessibility team: The candidate description is first generated, and then manually reviewed in light of the context of the page.
  • Multilingual sites: Draft metadata is generated in the target language and sent to local editors.

Advantages

  • The output is not limited to alternative text; it can also include various media metadata.
  • JSON Schema facilitates adaptation to different databases and content management fields.
  • Web testing, APIs, and WordPress plugins cover both manual and automated workflows.
  • Keywords, context, and language parameters provide more precise control over the results.
  • Cost is calculated based on image requests, and it is easy to estimate it according to the size of the media library.

Capabilities boundaries and limitations

  • AI may miss details in an image, misidentify the subject, or generate descriptions that do not fit the context.
  • Whether alternative text is appropriate depends on the purpose of the image; it cannot be determined solely by looking at the image itself.
  • Decorative images should generally use empty alternative text; there is no need to force the creation of descriptions for them.
  • Rate limits, resolution, and permissions for the operation area vary depending on the package.
  • Dynamic images may be based solely on analyzable frames, and thus cannot guarantee the inclusion of complete temporal information.
  • Public information does not confirm the existence of a native mobile app or desktop application.

API Integration and Security

The interface uses Bearer tokens for authentication; images are uploaded via multi-part forms, and structured JSON is returned. When the rate limits set for a particular package are reached, a 429 response may be issued, and the caller should use backoff strategies for retries rather than sending requests frequently in quick succession.

  • Store the token only on the server side; do not include it in browser code or public repositories.
  • Different tokens are used for the development, testing, and production environments, which facilitates separate revocation.
  • Limit the upload format and size, and validate the Schema entered by the user.
  • Log the number of calls, error rates, and abnormal channels, but avoid saving tokens in the logs.
  • If a leak is suspected, revoke it immediately and create a new token.

GitHub and the open-source status

For-Hives has made the main code repository of ForVoyez available to the public, which includes the project structure for SaaS applications, instructions for local development, and examples. Accessing this material publicly does not automatically grant the right to copy, modify, distribute it, or use it for commercial purposes.

The README shows the MIT logo, but no identifiable license file is provided in the repository, and the code hosting platform fails to detect any license as well. Explicit authorization must be obtained before using the code officially; it is not sufficient to assume that the entire product is open-source under the MIT license merely based on the logo.

Privacy and data considerations

The privacy policy explains that access data such as browser type, language, and time of visit are processed; for logged-in users, this may also include IP address, contact information, and transaction details. Necessary employees, contractors, and affiliated organizations may access such data in order to provide services, and there may be cross-border transfers of this data.

The public policy does not specify the duration for which uploaded images are stored, whether they are used for model training, the list of all third parties involved in their processing, or the deadline for deleting them. When images of customers, employees, medical records, identification documents, or minors are involved, it is necessary to consult the service provider first to understand the details of how such images will be handled.

  • Remove unnecessary personal information, location data, and internal identifiers before uploading.
  • Establish minimum permissions, deletion procedures, and manual review processes for the media library.
  • Do not consider the results generated by the API as proof of compliance with accessibility standards.
  • Indicate in your product that the images will be processed by an external service.
  • Enterprises should define the data areas to be monitored, the service levels, and the procedures for responding to incidents.

Copyright, Commercial Use, and Refunds

Those who upload images must ensure that they have the right to use those materials, and the descriptions generated must not violate privacy rights, trademark rights, or other legal rights. Publicly available information does not provide sufficient details regarding copyright or commercial aspects that could cover all possible scenarios; therefore, users who decide to publish such content should conduct their own checks.

The page indicates that subscriptions can be upgraded, downgraded, or canceled, but the details regarding refund eligibility, the date when cancellation takes effect, the points already used, and the balance remaining after top-ups are not clearly stated. It is necessary to review the actual terms and conditions before making a purchase, and order details and communication records should be kept in case of any disputes regarding refunds.

Frequently Asked Questions

What image fields can ForVoyez generate?

By default, the title, alternative text, description, tags, and categories are returned. Developers can also use JSON Schema to adjust the field names and structure.

How many points are consumed per request?

The current document specifies that one analysis request for an image consumes one point; whether failed requests or special workflows incur charges is determined based on the account records.

Are WordPress plugins completely free?

The plugin page states that the installation is free, but the generation of metadata involves using the ForVoyez service and consumes account credits; it is advisable to check the balance before carrying out bulk processing.

Can the generated alternative text be published directly?

It is not recommended to publish content without review. Editors need to consider the function of the image within the page, the surrounding text, and the target audience in order to determine whether it is accurate.

Which image formats are supported?

The current interface documentation lists JPEG, JPG, PNG, WebP, and GIF. The maximum resolution depends on the plan selected.

Is it possible to customize the returned JSON?

Yes. The request can include a JSON Schema, and the server uses it to generate and validate structured metadata.

Is ForVoyez open-source software?

The main repository is publicly accessible, but it lacks identifiable license documents; therefore, it is not possible to determine whether an open-source license or rights for commercial use apply.

Can I get a refund?

The conditions for refunds have not yet been made publicly clear. It is necessary to check the payment page and all relevant terms before making a purchase, and to consult support regarding the differences between subscription plans and recharge packages.

Summary

ForVoyez is suitable for generating image metadata to be embedded in websites, WordPress sites, and within content management processes. Its structured output, Schema control, and multilingual support make it particularly useful for developers looking to integrate it into their systems.

The utility value depends on manual verification, image privacy, and quota management. Before going live, it is necessary to determine the limitations of the package, data storage options, refund policies, and the boundaries regarding code authorization.

©️Copyright notice: Unless otherwise specified, all articles on this site are copyrighted bySharing of AI toolsAll content on this site is original; without permission, no individual, media outlet, website, or organization may reproduce, copy, or otherwise distribute it, nor may they create mirrors of it on servers that are not owned by this site. Otherwise, we reserve the right to take legal action against such parties in accordance with the law.

Tools similar to ForVoyez