CloudCron Schedule Next API

Convert

Endpoint:https://api.cloudharness.com

Convert content between formats

POST
https://api.cloudharness.com
/v1/convert

Converts content from one format to another (e.g., markdown↔HTML, GIF→PDF).

Convert content between formatsHeaders

  • Authorizationstring · required

    The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Convert content between formatsRequest Body

  • sourceFormatstring · required

    Input format (e.g., markdown, html, gif, pdf)

  • targetFormatstring · required

    Output format (e.g., html, markdown, pdf, png)

  • filestring · binary

    Optional file input. If omitted, provide text instead.

  • textstring

    Optional text input. If omitted, provide file instead.

Convert content between formatsResponses

OK

  • successboolean · required
  • metadataobject · required
  • statusstring · required

    Descriptive status message

  • dataobject