{"document":{"Id":5,"PageName":"Image Moderation","PageSlug":"Image-Moderation","MetaTitle":"Image Moderation API Documentation","MetaDescription":"Learn how to implement image moderation APIs to filter inappropriate content.","documentList":null},"documentdata":"<div class=\"doc-step-grid\">\n        <div class=\"doc-step-grid-col\" id=\"left-section-content\">\n            <h3>Image Moderation<\/h3>\n            <p>&lt;p&gt;&lt;span style=&quot;color: rgb(14, 16, 26); background-color: transparent;&quot;&gt;At first, the OAuth process 2.0 where the generated token has been passed to call the API named ClassifyImageFromUrl from the call of API you will get the parameter of&lt;\/span&gt; &lt;strong style=&quot;color: rgb(102, 163, 224);&quot;&gt;imageUrl &lt;\/strong&gt;&lt;span style=&quot;color: rgb(14, 16, 26); background-color: transparent;&quot;&gt;where the &lt;\/span&gt;&lt;a href=&quot;https:\/\/en.wikipedia.org\/wiki\/URL&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot; style=&quot;color: rgb(0, 102, 204); background-color: transparent;&quot;&gt;URL&lt;\/a&gt;&lt;span style=&quot;color: rgb(0, 102, 204);&quot;&gt; &lt;\/span&gt;&lt;span style=&quot;color: rgb(14, 16, 26); background-color: transparent;&quot;&gt;of Image hits the API &amp;amp; it will give the response in which the Image content show you in the parameter the contain of the image will get in the form of name &amp;amp; value for the image which has been detected by the API in the back it will give you back the response.&lt;\/span&gt;&lt;\/p&gt;<\/p>\n\n        <\/div>\n\n        <div class=\"doc-step-grid-col\">\n                        <div class=\"doc-code-wrap\">\n                <div class=\"doc-code-header\" id=\"doc-header-0\">\n                    <span>Endpoints<\/span>\n                                        <div class=\"copy-btn\" data-content-id=\"doc-content-0\">\n                        <img title=\"Click to copy\" class=\"copy-img\" src=\"\/assets\/front\/images\/copy.svg\" alt=\"Copy\" style=\"height: 20px;cursor: pointer;\">\n                    <\/div>\n                                    <\/div>\n                <div class=\"doc-code-body\" id=\"doc-content-0\">\n                    <div>&lt;pre class=&quot;ql-syntax&quot; spellcheck=&quot;false&quot;&gt;curl -X &#039;POST&#039; \\\n  &#039;https:\/\/sandbox.quickmoderate.com\/ClassifyMedia\/ClassifyImageFromUrl&#039; \\\n  -H &#039;accept: *\/*&#039; \\\n  -H &#039;X-Auth-Key: Your Auth Key&#039; \\\n  -H &#039;Content-Type: application\/json&#039; \\\n  -d &#039;{\n  &quot;imageUrl&quot;: &quot;Your Image URL&quot;\n}&#039;\n&lt;\/pre&gt;<\/div>\n                <\/div>\n            <\/div>\n                \n        <\/div>\n    <\/div>\n    "}