set serializer => 'JSON'; hook after => sub{ if (request->params->{format} eq 'xml'){ send_as XML => "dsfsdf",{ content_type => 'application/xml; charset=UTF-8' }; } #else return the response in json format }