Markdown Converter
Images
Learn how to generate Markdown for images using Wetrocloud API
How to Generate Markdown for Images
Make a POST
request to the /v2/markdown-converter/
endpoint with the required parameters in the body and make sure you use the image
type.
To use the image
type, the resource should be provided as URLs.
Request Example (File Path)
Request Example (File as URL)
Successful Response
A successful response confirms the operation and tracks token usage.
Example Response
Field | Description |
---|---|
success | Indicates whether the resource was inserted successfully. |
tokens | Number of tokens consumed during the operation. |
response | Result for the markdown generation |
Related Operations
- Create Collection: Start by creating a collection to hold your resources.
- Query Resources: Access and retrieve insights from the indexed resources.
- Delete Collection: Remove collections and their resources when no longer needed.