From 58409f83fa0e9d10b282170bd17d33b8c895c6b0 Mon Sep 17 00:00:00 2001 From: sebas Date: Thu, 9 Nov 2023 09:27:06 +0800 Subject: [PATCH] add 5101 background removal proposal --- kinds/5101.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 kinds/5101.md diff --git a/kinds/5101.md b/kinds/5101.md new file mode 100644 index 0000000..621efc1 --- /dev/null +++ b/kinds/5101.md @@ -0,0 +1,27 @@ +--- +layout: default +title: Background Removal +description: Job request to remove the background from an image. +--- + +# Input + +Clients must provide a URL in the "i" tag field: + +# Output + +A URL to the generated image. + +# Example 1 + +## Removes background from image specified as input: + +```json +{ + "content": "", + "kind": 5101, + "tags": [ + [ "i", "https://some-url.net", "url" ] + ] +} +```