# API URL
			
			
				https://dev.hooni.net/rembg/process
			
		 
			
		
			# Custom Headers
			
			
				X-HTTP-POST-HEADER: {Your Custom-Header}
				
				X-HTTP-POST-AUTH: {Your API-Key}
			
		 
			
		
			# Parameters
			
			
				type: Result format {base64 | image}
				
				uri: Remote URL for Image
			
		 
	
		
			# Sample - Curls Script
			
			
				
					curl --location --request GET 'https://dev.hooni.net/rembg/process?type=base64&uri=https://image.hooni.net/sample1.jpg' \
					
					--header 'X-HTTP-POST-HEADER: {Your Custom-Header}' \
					
					--header 'X-HTTP-POST-AUTH: {Your API-Key}'