How to Configure Custom Upload Endpoints
If you have your own upload service, you can use it directly to receive images.
How to Receive Images
We send images via POST request, with the request body containing the image’s binary data and metadata.
Using honojs as an example, we get image information from formData:
How to Return Data
Please ensure the API returns a 200 status code and Content-Type: application/json
Your API response body must include the following parameter:
© 2024 ABFree Co. All rights reserved.