Avatar pipeline

Run pipeline

Image – valid URL of any image.

				
					curl --location --request POST 'https://xempire.generativecore.ai/api/pipelines/make-avatar-v2/launch' \
--header 'api-key: f16c915890-96fb3464c3-d6cdc207cc' \
--header 'Content-Type: application/json' \
--data '{
  "inputs": {
    "image": "https://generativecore.ai/wp-content/uploads/2024/09/jenna-682x1024.jpg"
  }
}'
				
			

Check pipeline state

Creating one avatar ~1min. Better to check every 10 seconds.

				
					curl --location --request GET 'https://xempire.generativecore.ai/api/launches/:launch/state' \ 
--header 'api-key: f16c915890-96fb3464c3-d6cdc207cc
				
			
en_USEnglish